| |  | 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
|
Specifies that all buttons in the column fit the cell's caption, if it is True.
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 )
| |
| | |
exCellVAlignment | 6
|
Specifies the column's vertical alignment. By default, the Def(exCellVAlignment)
property is exMiddle. Use the CellVAlignment
property to specify the vertical alignment for a particular cell. ( VAlignmentEnum
expression, by default exMiddle )
| |
| | |
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 )
| |
| | |
exCellValueFormat | 17
|
Similar with the CellValueFormat
property, ( ValueFormatEnum expression, exText
)
| |
| | |
exCellFormatLevel | 32
|
Specifies the format layout for the cells. The CellFormatLevel
property indicates the format layout for a specified cell. Use the FormatLevel
property to specify the layout of the column in the control's header bar. ( CRD
string expression )
| |
| | |
exCellOwnerDraw | 33
|
Assigns an owner draw object for the entire column. Use the CellOwnerDraw
property to assign an owner draw object to a single cell. ( an object that implements the IOwnerDrawHandler interface
)
| |