iOSMobileTable.RowCellData
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
iOSMobileTable.RowCellData(section As Integer = 0, row As Integer) As MobileTableCellData
Supported on Mobile.
Supported on Mobile.
Returns the cell data for the section and row.
Parameters
Parameter | Description |
---|---|
section | The section containing the row. |
row | The row to get the iOSTableCellData. |
Notes
You can use this method to get at the cell data to change its contents. After changing the contents, call ReloadRow to display the new information.
If the section and/or row does not exist, an OutOfBoundsException will be raised. |
Sample Code
Get all the cell data for the first row in the table and change its text: