DataGridCellStyleEventArgs.Create

Syntax

Create(Grid: IDataGrid; Row: Integer; Column: Integer; StyleIndex: Integer);

Parameters

Grid - table, for which the event is generated.

Row - cell row number, for which the event is generated.

Column - pass-through cell column number, for which the event is generated.

StyleIndex - style index applicable to the cell.

Description

The Create constructor creates an argument of the event occurring on drawing table cell.

See also:

DataGridCellStyleEventArgs