ListBox.CellItalic

From Real Software Documentation

Jump to: navigation, search
Method
ListBox.CellItalic ( RowNumber as Integer, ColumnNumber as Integer ) As Boolean

Used to add or remove the italic style from the text of the specified cell. RowNumber and ColumnNumber are zero-based.

Example

This example assigns True to apply the italic style.

ListBox1.CellItalic(1,1)=True
Personal tools