table.SelectRow(row, [clearSelection])
table.SelectRow(row, [clearSelection])
Variable | Description |
---|---|
row | The row to select. The value is zero-based. Integer. |
clearSelection | Optional: Whether to clear the previous selection. The default is true. Boolean. |
VB
table.SelectRow(1, False)