WebListBox.ColumnStyle

From Real Software Documentation

Jump to: navigation, search
Method

WebListBox.ColumnStyle ( Column As Integer, Assigns Style As WebStyle )

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

Personal tools