Method

DesktopListBox.CellItalic


Warning

This item was deprecated in version 2022r1. Please use DesktopListBox.CellItalicAt as a replacement.

DesktopListBox.CellItalic

CellItalic(RowNumber As Integer, ColumnNumber As Integer) As Boolean

Used to add or remove the italic style from the text of the specified cell.

This example assigns True to apply the italic style.

ListBox1.CellItalic(1, 1) = True