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::GetColumnDisplayRectangle Method (Int32, Boolean)

 

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

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

public:
Rectangle GetColumnDisplayRectangle(
	int columnIndex,
	bool cutOverflow
)

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

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