SelectedRows Property (JTable)

Class

JTable.

Action

Gets the list of indices of all selected rows.

Syntax

C#
protected List(Of Integer) SelectedRows { get; }
VB
'Declaration
Protected Read Property SelectedRows As List(Of Integer)

Access

Read only.

Examples

VB

Dim selectedRows As IList = table.SelectedRows