From Real Software Documentation
Method
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