iOSMobileTable.SelectRow

From Xojo Documentation

Method

iOSMobileTable.SelectRow(section As Integer, row As Integer)

Supported for all project types and targets.

Selects the row in section/row passed.

Sample Code

Select the first row in the first section:

Table1.SelectRow(0,0)

See Also

SelectionChanged event.