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