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 минус один.

Применяется к

См. также раздел