DataGridCellStyleEventArgs.Create

Syntax

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

Parameters

Grid - the table for which the event is generated.

Row - cell string number, the event is generated for.

Column - end-to-end cell column number, the event is generated for.

StyleIndex - style index applicable to the cell.

Description

The Create constructor creates the argument of event when drawing table cells.

See also:

DataGridCellStyleEventArgs