DataGridViewRowPrePaintEventArgs.PaintCells 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定边界中的区域绘制指定的单元格部分。
public:
void PaintCells(System::Drawing::Rectangle clipBounds, System::Windows::Forms::DataGridViewPaintParts paintParts);
public void PaintCells (System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts);
member this.PaintCells : System.Drawing.Rectangle * System.Windows.Forms.DataGridViewPaintParts -> unit
Public Sub PaintCells (clipBounds As Rectangle, paintParts As DataGridViewPaintParts)
参数
- clipBounds
- Rectangle
一个指定要绘制的 Rectangle 区域的 DataGridView。
- paintParts
- DataGridViewPaintParts
用于指定要绘制的部分的 DataGridViewPaintParts 值的按位组合。
例外
RowIndex 小于零或大于将 DataGridView 控件中的行数减一得到的值。