Occurs when the grid is about to display cell data in a column whose NumberFormat property is set to the string FormatText Event.
The event handler receives an argument of type FormatTextEventArgs containing data related to this event. The following FormatTextEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| ColIndex | Indicates the position in the Columns collection. |
| Column | The C1DataColumn object. |
| Row | The row index for the cell to be formatted. |
| Value | The value to format. |