SheetXL - v0.3.20
    Preparing search index...

    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
    Index

    Properties

    firstColumn?: IStyle.Properties

    For the first column.

    firstColumnStripe?: SizeBasedProperties

    Properties for the first set of alternating columns.

    firstHeaderCell?: IStyle.Properties

    For the first header cell. To be applied both the header and first column must be selected.

    firstRowStripe?: SizeBasedProperties

    Properties for the first set of alternating rows.

    firstTotalCell?: IStyle.Properties

    For the first total cell. To be applied both the total and first column must be selected.

    headerRow?: IStyle.Properties

    For the header row.

    lastColumn?: IStyle.Properties

    For the last column.

    lastHeaderCell?: IStyle.Properties

    For the last header cell. To be applied both the header and last column must be selected.

    lastTotalCell?: IStyle.Properties

    For the last total cell. To be applied both the total and last column must be selected.

    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.

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

    false
    
    secondColumnStripe?: SizeBasedProperties

    Properties for the second set of alternating columns.

    secondRowStripe?: SizeBasedProperties

    Properties for the second set of alternating rows.

    table?: boolean

    If this table style should be shown as an available table style.

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

    true
    
    totalRow?: IStyle.Properties

    For the total row.

    wholeTable?: IStyle.Properties

    Properties for the whole table.