Represents a data table for a range of cells.
Constructors
Section titled "Constructors"WorksheetDataTable
new WorksheetDataTable(a: Worksheet, b: WorksheetRegion, c: WorksheetCell, d: WorksheetCell): WorksheetDataTable Returns WorksheetDataTable
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"cellsInTable
Section titled "cellsInTable"Gets or sets the region of cells in the data table.
get cellsInTable(): WorksheetRegion
Returns WorksheetRegion
columnInputCell
Section titled "columnInputCell"Gets or sets the cell used as the column-input cell in the data table.
get columnInputCell(): WorksheetCell
Returns WorksheetCell
rowInputCell
Section titled "rowInputCell"Gets or sets the cell used as the row-input cell in the data table.
get rowInputCell(): WorksheetCell
Returns WorksheetCell