EditingRow Property (JTable)

Class

JTable.

Action

Gets the index of the row that contains the cell currently being edited. The value is zero-based.

Syntax

C#
protected Integer EditingRow { get; }
VB
'Declaration
Protected Read Property EditingRow As Integer

Access

Read only.

Examples

VB

Dim editingRow As Integer = table.EditingRow