table.SelectRow(row, [clearSelection])
Variable | Description |
---|---|
row | The row to select. The value is one-based. INTEGER. |
clearSelection | Optional.Whether to clear the previous selection. The default is true. BOOLEAN. |
Table.SelectRow(1, FALSE)