<div class="meta" robots="noindex">

</div>

Method

# iOSMobileTable.ReloadDataInSection

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2026r1. Please use `iOSMobileTable.ReloadSectionFromDataSource<iosmobiletable.reloadsectionfromdatasource>` as a replacement.

</div>

## Description

> Reloads the table data for the *section*.
>
> Use this method to reload a section after changes have been made to its data (either from a DataSource or by changing the RowData).
>
> Reload all the data in section from the related DataSource:
>
> ``` xojo
> Table1.ReloadDataInSection(0)
> ```

## Compatibility

|                       |        |
|-----------------------|--------|
| **Project Types**     | Mobile |
| **Operating Systems** | iOS    |
