SelectedColumn Property (JTable)

Class

JTable class

Action

Gets the index or name of the selected column. -1 (4Test: 0) is returned if no column is selected.

If multiple column selection is allowed, returns the index or name of the first selected column.

Data Type

LISTITEM

Access

Read only

Examples

LISTITEM sSelectedColumn = Table.SelectedColumn