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