DataGridViewCellPaintingEventArgs::PaintContent Method (Rectangle)
.NET Framework (current version)
Paints the cell content for the area in the specified bounds.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- clipBounds
-
Type:
System.Drawing::Rectangle
A Rectangle that specifies the area of the DataGridView to be painted.
| Exception | Condition |
|---|---|
| InvalidOperationException | RowIndex is less than -1 or greater than or equal to the number of rows in the DataGridView control. -or- ColumnIndex is less than -1 or greater than or equal to the number of columns in the DataGridView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show: