table.ScrollCellIntoView(row, column)
| Variable | Description |
|---|---|
| row | The index of the row. The value is one-based. INTEGER. |
| column | The name or index of the column. LISTITEM. |
Table.ScrollCellIntoView(25, "Street") Table.ScrollCellIntoView(25, 4)