From Real Software Documentation
Method
|
This method is only available for Web applications. |
Assigns the Style WebStyle to the column column. Column is zero-based.
Example
The following assigns a Style to column 1 using the Assigns syntax.
Listbox1.ColumnStyle(1) = BoldColumnStyle
See Also
WebStyle