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::GetRowDisplayRectangle Method (Int32, Boolean)
.NET Framework (current version)
Returns the rectangle that represents the display area for a row, as determined by the row index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The row index for the desired cell.
- cutOverflow
-
Type:
System::Boolean
true to return the row rectangle visible in the DataGridView bounds; false to return the entire row rectangle.
Return Value
Type: System.Drawing::RectangleThe Rectangle that represents the display rectangle of the row.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | rowIndex is not in the valid range of 0 to the number of rows minus 1. |
.NET Framework
Available since 2.0
Available since 2.0
Show: