Interface TableStyleValues

A table style is a collection of cell styles that are applied to a table. These are applied in a specific order and merged to create a single cell style.

The order is: Whole Table

  • First Column Stripe
  • Second Column Stripe
  • First Row Stripe
  • Second Row Stripe
  • Last Column
  • First Column
  • Header Row
  • Total Row
  • First Header Cell
  • Last Header Cell
  • First Total Cell
  • Last Total Cell

Properties

fFirstTotalCell?: CellStyleValues
firstColumn?: CellStyleValues
firstColumnStripe?: SizeCellStyleValues

Properties for the first set of alternating columns.

firstHeaderCell?: CellStyleValues
firstRowStripe?: SizeCellStyleValues

Properties for the first set of alternating rows.

headerRow?: CellStyleValues
lastColumn?: CellStyleValues
lastHeaderCell?: CellStyleValues
lastTotalCell?: CellStyleValues
name?: string

The name of the table style. This is the name that is shown in the UI.

pivot?: boolean

'True' if this table style should be shown as an available pivot table style.

Remarks

table and pivot can not both be true. If both false then hidden

Default Value

false
secondColumnStripe?: SizeCellStyleValues

Properties for the second set of alternating columns.

secondRowStripe?: SizeCellStyleValues

Properties for the second set of alternating rows.

table?: boolean

true if this table style should be shown as an available table style.

Remarks

table and pivot can not both be true. If both false then hidden

Default Value

true
totalRow?: CellStyleValues
wholeTable?: CellStyleValues

Properties for the whole table.