constants DefColumnEnum
The Def property retrieves or sets a value that indicates the default value of given properties for all cells in the same column.

 NameValueDescription 
   exCellHasCheckBox0 Assigns check boxes to all cells in the column, if it is True. Similar with the CellHasCheckBox property. ( boolean expression, False )  
   exCellHasRadioButton1 Assigns radio buttons to all cells in the column, if it is True. Similar with the CellHasRadioButton property. ( boolean expression, False )  
   exCellHasButton2 Specifies that all cells in the column are buttons, if it is True. Similar with the CellHasButton property. ( boolean expression, False )  
   exCellButtonAutoWidth3 Similar with the CellButtonAutoWidth property. ( boolean expression, False )  
   exCellBackColor4 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 )  
   exCellForeColor5 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 )  
   exCellVAlignment6 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 )  
   exCellSingleLine16 Specifies that all cells in the column are multiple lines cells, if it is False. Similar with the CellSingleLine property. ( boolean expression, True )  
   exCellValueFormat17 Similar with the CellValueFormat property, ( ValueFormatEnum expression, exText )  
 


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.