AllCellValues Property (JTable)

Class

JTable.

Action

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

Syntax

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

Access

Read only.

Examples

VB

Dim allCellValues As List(of List(of Object)) = table.AllCellValues