DataGridViewCellPaintEventArgs

Wisej.Web.DataGridViewCellPaintEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for CellPaint event.

public class DataGridViewCellPaintEventArgs : PaintEventArgs

Constructors

Initializes a new instance of the DataGridViewCellPaintEventArgs class.

NameTypeDescription

columnIndex

The index of the column containing the cell that the event occurs for.

rowIndex

The index of the row containing the cell that the event occurs for.

graphics

clipRect

Throws:

Properties

Int32: Returns a value indicating the column index of the cell that the event occurs for.

Int32: Returns a value indicating the row index of the cell that the event occurs for.

Used By

NameDescription

Last updated