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

'Declaration
Protected Read Property AllCellValues As List(Of List(Of Object))

Access

Read only.

Examples

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