SelectRow Method (JTable)
Class
JTable
class
Action
Selects the specified row.
Syntax
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.
Examples
Table.SelectRow
(1, FALSE)