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