getTableRows
Get rows from a table.
Parameter
An object with the following keys:
| Key | Type | Description |
|---|---|---|
| name | string | Table name. |
| index | number | Optional first row index, where the first row has index zero. Default is zero. |
| count | number | Optional number of rows to return. Default is all rows. |
Returns
A Table object.