SelectedRow Property (OracleFormsListView)

Action

Gets the index of the selected row, -1 (4Test: 0) is returned if no row is selected. The value is zero-based.

Syntax

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

Access

Read only.