DesktopListBoxRow.CellTypeAt

From Xojo Documentation

Method

DesktopListBoxRow.CellTypeAt(Column as Integer) As DesktopListBox.CellTypes

New in 2021r3

Supported for all project types and targets.

Gets the Type of the cell (whose column index is passed) from a DesktopListBoxRow.

Sample Code

In this example, row is a DesktopListBoxRow:

Var theType As DesktopListBox.CellTypes
theType = row.CellTypeAt(4)