Interface GroupTableData

Hierarchy

  • GroupTableData

Index

Properties

columnCount

columnCount: number

The number of columns in the table.

name

name: string

The name of the group table.

rowCount

rowCount: number

The number of rows in the table.

valuesArray

valuesArray: string[][]

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

valuesString

valuesString: string

The data of the table formatted as a string.