IsRowSelected Method (JTable)

Class

JTable class

Action

Returns true if the specified row is selected.

Syntax

bRowSelected = table.IsRowSelected(row)
Variable Description
bRowSelected True if the row is selected; otherwise false. BOOLEAN.
row The index of the row. The value is one-based. INTEGER.

Examples

BOOLEAN bRowSelected = Table.IsRowSelected(1)