WebListBox.CellStyle
From Real Software Documentation
Method
| This method is only available for Web applications. |
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
