The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridView::GetColumnDisplayRectangle Method (Int32, Boolean)
.NET Framework (current version)
Returns the rectangle that represents the display area for a column, as determined by the column index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- columnIndex
-
Type:
System::Int32
The column index for the desired cell.
- cutOverflow
-
Type:
System::Boolean
true to return the column rectangle visible in the DataGridView bounds; false to return the entire column rectangle.
Return Value
Type: System.Drawing::RectangleThe Rectangle that represents the display rectangle of the column.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | columnIndex is not in the valid range of 0 to the number of columns minus 1. |
.NET Framework
Available since 2.0
Available since 2.0
Show: