ListBox.CellUnderline

From Real Software Documentation

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

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

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

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