'Declaration Public Event FormatText As FormatTextEventHandler
public event FormatTextEventHandler FormatText
Event Data
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. |
See Also