AllCellTexts Property (JTable)

Class

JTable.

Action

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

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.

Examples

VB

Dim allCellTexts As List(of List(of String)) = table.AllCellTexts