EditingColumn Property (JTable)

Class

JTable.

Action

Gets the name or index of the column that contains the cell currently being edited.

Syntax

C#
protected ItemIdentifier EditingColumn { get; }
VB
'Declaration
Protected Read Property EditingColumn As ItemIdentifier

Access

Read only.

Examples

VB

Dim editingColumn As String = table.EditingColumn