iOSTable.SectionCount

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aiOSTable.SectionCount

Supported on Mobile (iOS).

The count of sections in the table.

Sample Code

Get the number of sections in the table:

Var sections As Integer = Table1.SectionCount