rowSelected = table.IsRowSelected(row)
rowSelected = table.IsRowSelected(row)
| Variable | Description |
|---|---|
| rowSelected | True if the row is selected; otherwise false. Boolean. |
| row | The index of the row. The value is zero-based. Integer. |
VB
Dim isRowSelected As Boolean = table.IsRowSelected(1)