AllCellTexts Property (OracleFormsListView)

Action

Gets the text values of all cells in the listview. The cells are grouped in rows, where each row contains the texts of its cells.

Only the values that have been visible to the user at least once are available.

Syntax

C#
protected List(Of List(Of String)) AllCellTexts { get; }
VB
'Declaration
Protected Read Property AllCellTexts As List(Of List(Of String))

Access

Read only.