property Items.CellFormatLevel([Item as Variant], [ColIndex as Variant]) as String
Specifies the arrangement of the fields inside the cell.
| | Type | Description | |
| |
Item as Variant |
A long expression that indicates the item's handle.
| |
| |
ColIndex as Variant |
A long expression that indicates the cell's handle or the column's index, a string expression that indicates the column's
caption or the column's key.
| |
| |
String |
A CRD string expression that indicates the layout of the
cell. The Index elements in the CRD string indicates the index of the column
being displayed.
| |