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

</div>

Method

# iOSMobileTable.ReloadRow

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

<div class="warning">

<div class="title">

Warning

</div>

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

</div>

## Description

> Reloads the table data for the *section* and *row*.
>
> Use this method to reload a single cell row after changes have been made to its data (either from a DataSource or by changing the RowData).
>
> In the `SelectionChanged<iosmobiletable.selectionchanged>` event handler, reload the cell row after changing its AccessoryType:
>
> ``` xojo
> Var cell As MobileTableCellData = Me.RowData(section, row)
> cell.AccessoryType = MobileTableCellData.AccessoryTypes.Checkmark
> Me.ReloadRow(section, row)
> ```

## Compatibility

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