![]() | Type | Description | ||
| Item as Variant | A long expression that indicates the item's handle | |||
| ColIndex as Variant |
A long expression that indicates the column's index, or a string expression that indicates the column's caption or column's key. | |||
| ValueFormatEnum | A long expression that defines the way how the cell's value is displayed |
The component supports built-in HTML format. That means that you can use HTML tags when displays the cell's value . By default, the CellValueFormat property is exText. If the CellValueFormat is exText, the cell displays the CellValue property like it is. If the CellValueFormat is exHTML, the cell displays the CellValue property using the HTML tags specified in the ValueFormatEnum type. Use the Def property to specify whether all cells in the column display HTML format. Use the CellVAlignment property to align vertically a cell.

The following template displays cells using built-in HTML format ( the screen shot was generated using the following template ) :