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

'Declaration
Protected Read Property EditingRow As Integer

Access

Read only.

Examples

Dim editingRow As Integer = table.EditingRow