Type | Description | |||
String | A string expression that defines the format to display the cell, including HTML formatting, if the cell supports it. |
The CellValue property of the cell is being shown as:
In other words, all cells applies the format of the FormatColumn property, excepts the cells with the FormatCell property being set. If the cell belongs to a column with the FireFormatColumn property on True, the Value parameter of the FormatColumn event shows the newly caption for the cell to be shown.
The value keyword in the FormatColumn property indicates the value being formatted.
The expression supports cell's identifiers as follows:
Usage samples:
This property supports auto-numbering (index, pos, ...) expressions as described here. This property/method supports predefined constants and operators/functions as described here.