DataGrid::GetCellBounds Method (DataGridCell)
.NET Framework (current version)
Gets the Rectangle of the cell specified by DataGridCell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dgc
-
Type:
System.Windows.Forms::DataGridCell
The DataGridCell to look up.
The following code example uses the GetCellBounds method to return a Rectangle of a specified cell.
.NET Framework
Available since 1.1
Available since 1.1
Show: