WebListBox.CellStyle

From Real Software Documentation

Jump to: navigation, search
Method

WebListBox.CellStyle ( Row As Integer, Column As Integer, Assigns Style As WebStyle )

Assigns the Style WebStyle to the row, column cell. Row and column are zero-based.

Example

This example assigns the Style “CellBodyStyle” to the cell indicated by row, column.

Listbox1.CellStyle(1, 1) = CellBodyStyle

See Also

WebStyle

Personal tools