Method

DesktopListBox.CellUnderline


Warning

This item was deprecated in version 2022r1. Please use DesktopListBox.CellUnderlineAt as a replacement.

DesktopListBox.CellUnderline

CellUnderline(RowNumber As Integer, ColumnNumber As Integer) As Boolean

Used to add or remove the underline style from the text of the specified cell.

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

ListBox1.CellUnderline(1, 1) = True