DataGridViewCellPaintEventArgs

Wisej.Web.DataGridViewCellPaintEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for CellPaint event.

public class DataGridViewCellPaintEventArgs : PaintEventArgs

Constructors

Initializes a new instance of the DataGridViewCellPaintEventArgs class.

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

Last updated