DataGridViewCell::ContentBounds Property
.NET Framework (current version)
Gets the bounding rectangle that encloses the cell's content area.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The row containing the cell is a shared row. -or- The cell is a column header cell. |
| InvalidOperationException | The value of the ColumnIndex property is less than 0, indicating that the cell is a row header cell. |
The returned rectangle reports client coordinates, in pixels.
This property calls the GetContentBounds method to get its value. For the base DataGridViewCell type, this value is Empty.
To get the bounding rectangle of the cell rather than the cell contents, use the DataGridView::GetCellDisplayRectangle method.
.NET Framework
Available since 2.0
Available since 2.0
Show: