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