Hierarchy

  • GroupTableData

Properties

columnCount: number

The number of columns in the table.

name: string

The name of the group table.

rowCount: number

The number of rows in the table.

valuesArray: string[][]

The data of the table formatted as a two dimensional array.

valuesString: string

The data of the table formatted as a string.