| |  | Name | Value | Description | |
| | |
exCellHasCheckBox | 0
|
Assigns check boxes to all cells in the column, if it is True. Similar with the CellHasCheckBox
property. ( boolean expression, False )
| |
| | |
exCellHasRadioButton | 1
|
Assigns radio buttons to all cells in the column, if it is True. Similar with
the CellHasRadioButton property. (
boolean expression, False )
| |
| | |
exCellHasButton | 2
|
Specifies that all cells in the column are buttons, if it is True. Similar with
the CellHasButton property. ( boolean
expression, False )
| |
| | |
exCellButtonAutoWidth | 3
|
Similar with
the CellButtonAutoWidth property. ( boolean
expression, False )
| |
| | |
exCellBackColor | 4
|
Specifies the background color for all cells in the column. Use the CellBackColor
property to assign a background color for a specific cell. The property has
effect only if the property is different than zero. ( long expression )
| |
| | |
exCellForeColor | 5
|
Specifies the foreground color for all cells in the column. Use the CellForeColor
property to assign a foreground color for a specific cell. The property has
effect only if the property is different than zero. ( long expression )
| |
| | |
exCellSingleLine | 16
|
Specifies that all cells in the column are multiple lines cells, if it is False.
Similar with the CellSingleLine property.
( boolean expression, True )
| |
| | |
exCellCaptionFormat | 17
|
Similar with the CellCaptionFormat
property, ( CaptionFormatEnum expression, exText )
| |