'Declaration
Public Function GetRowDisplayRectangle( _ ByVal rowIndex As System.Integer, _ ByVal cutOverflow As System.Boolean _ ) As System.Drawing.Rectangle
'Usage
Dim instance As NDataGridView Dim rowIndex As System.Integer Dim cutOverflow As System.Boolean Dim value As System.Drawing.Rectangle value = instance.GetRowDisplayRectangle(rowIndex, cutOverflow)
public System.Drawing.Rectangle GetRowDisplayRectangle( System.int rowIndex, System.bool cutOverflow )
Parameters
- rowIndex
- cutOverflow