DataGridViewRowPrePaintEventArgs.PaintCellsContent(Rectangle) メソッド

定義

指定した境界内の領域のセルの内容を塗りつぶします。

public:
 void PaintCellsContent(System::Drawing::Rectangle clipBounds);
public void PaintCellsContent(System.Drawing.Rectangle clipBounds);
member this.PaintCellsContent : System.Drawing.Rectangle -> unit
Public Sub PaintCellsContent (clipBounds As Rectangle)

パラメーター

clipBounds
Rectangle

塗りつぶすRectangleの領域を指定するDataGridView

例外

RowIndex が 0 未満か、 DataGridView コントロールの行数から 1 を引いた数を超える値です。

適用対象

こちらもご覧ください