DesktopListBox.CellBold
From Xojo Documentation
Method
DesktopListBox.CellBold(row as Integer, column as Integer) As Boolean
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Used to add or remove the bold style from the text of the specified cell.
Example
Assign True to add the bold style and False to remove the bold style. For example:
ListBox1.CellBold(1, 1) = True