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 小于零或大于将 DataGridView 控件中的行数减一得到的值。

适用于

另请参阅