DataGridViewCellPaintingEventArgs::PaintContent Method (Rectangle)

 

Paints the cell content for the area in the specified bounds.

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

public:
void PaintContent(
	Rectangle clipBounds
)

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
Return to top
Show: