ListBox.CellBold

From Real Software Documentation

Jump to: navigation, search
Method
ListBox.CellBold ( RowNumber as Integer, ColumnNumber as Integer ) As Boolean

Used to add or remove the bold style from the text of the specified cell. RowNumber and ColumnNumber are zero-based.

Assign True to add the bold style and False to remove the bold style. For example:

ListBox1.CellBold(1,1)=True
Personal tools