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

'Declaration
Protected Read Property AllCellTexts As List(Of List(Of String))

Access

Read only.

Examples

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