| |  | 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 )
| |
| | |
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 )
| |
| | |
exCellVAlignment | 6
|
Specifies the column's vertical alignment. By default, the Def(exCellVAlignment)
property is MiddleAlignment. Use the CellVAlignment
property to specify the vertical alignment for a particular cell. ( VAlignmentEnum
expression, by default MiddleAlignment )
| |
| | |
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 )
| |
| | |
exCaptionFormat | 17
|
Specifies that all cells in the column display text, HTML format, or a computed
field. Similar with the CaptionFormat
property, ( CaptionFormatEnum
expression, exText ). The ComputedField
property indicates the formula to compute the column, when the
Def(exCaptionFormat) is
exComputedField.
| |