DesktopListBoxRow.CellTextAt
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
DesktopListBoxRow.CellTextAt(column as Integer) As String
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Gets the text of the cell (whose column index is passed) from a DesktopListBoxRow.
Sample Code
In this example, row is a DesktopListBoxRow: