DataGridCellStyleEventArgs
Description
The DataGridCellStyleEventArgs class implements the argument of the event occurring on drawing table cell.
Constructors
|
Constructor name |
Brief description |
|
Create |
The Create constructor creates the argument of event when drawing table cells. |
|
Property name |
Brief description |
|
StyleIndex |
The StyleIndex property determines style index to be used for the current cell. |
|
Property name |
Brief description |
|
Column |
The Column property returns a number of the cell column in continuous numbering, for which the event is generated. |
|
Row |
The Row property returns number of the cell row, for which the event is generated. |
|
Property name |
Brief description |
|
Grid |
The Grid property returns the table, for which any event is generated. |
See also:
ExtCtrls Assembly Classes