Windows apps
Collapse the table of content
Expand the table of content
Information
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)

 

Returns the rectangle that represents the display area for a row, as determined by the row index.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
Rectangle GetRowDisplayRectangle(
	int rowIndex,
	bool cutOverflow
)

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::Rectangle

The 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
Return to top
Show:
© 2017 Microsoft