bRowSelected = table.IsRowSelected(row)
| Variable | Description |
|---|---|
| bRowSelected | True if the row is selected; otherwise false. BOOLEAN. |
| row | The index of the row. The value is one-based. INTEGER. |
BOOLEAN bRowSelected = Table.IsRowSelected(1)