DataGridViewRowPostPaintEventArgs.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 小於零或大於 DataGridView 控制項的資料列數減一。

適用於

另請參閱