Options
All
  • Public
  • Public/Protected
  • All
Menu

TableData contains rows of worksheet data.

Hierarchy

  • TableData

Index

Properties

colCount

colCount: number

The number of columns in the table.

colIdentifiers

colIdentifiers: string[]

Unique identifiers for each column.

colTypes

colTypes: string[]

The data types for each column. The possible values are 'boolean', 'float', 'double', 'character', 'byte', 'short', 'integer', 'long', 'date', 'time', and 'datetime'.

headerColCount

headerColCount: number

The number of header columns in the table.

headerRowCount

headerRowCount: number

The number of header rows in the table.

rowCount

rowCount: number

The number of rows in the table.

rows

rows: TableDataRow[]

The rows of data.

trailerColCount

trailerColCount: number

The number of summary columns in the table.

trailerRowCount

trailerRowCount: number

The number of footer rows in the table.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc