Method
DesktopListBox.CellBold
Warning
This item was deprecated in version 2022r1. Please use DesktopListBox.CellBoldAt as a replacement.
DesktopListBox.CellBold
CellBold(RowNumber As Integer, ColumnNumber As Integer) As Boolean
Used to add or remove the bold style from the text of the specified cell.
Assign True to add the bold style and False to remove the bold style. For example:
ListBox1.CellBold(1, 1) = True