SheetXL - v0.3.20
    Preparing search index...

    Variable ElementTypeConst

    ElementType: {
        FirstColumn: "firstColumn";
        FirstColumnStripe: "firstColumnStripe";
        FirstHeaderCell: "firstHeaderCell";
        FirstRowStripe: "firstRowStripe";
        FirstTotalCell: "firstTotalCell";
        HeaderRow: "headerRow";
        LastColumn: "lastColumn";
        LastHeaderCell: "lastHeaderCell";
        LastTotalCell: "lastTotalCell";
        SecondColumnStripe: "secondColumnStripe";
        SecondRowStripe: "secondRowStripe";
        TotalRow: "totalRow";
        WholeTable: "wholeTable";
    } = ...

    The Type of element to style.

    Type declaration

    • ReadonlyFirstColumn: "firstColumn"
    • ReadonlyFirstColumnStripe: "firstColumnStripe"
    • ReadonlyFirstHeaderCell: "firstHeaderCell"
    • ReadonlyFirstRowStripe: "firstRowStripe"
    • ReadonlyFirstTotalCell: "firstTotalCell"
    • ReadonlyHeaderRow: "headerRow"
    • ReadonlyLastColumn: "lastColumn"
    • ReadonlyLastHeaderCell: "lastHeaderCell"
    • ReadonlyLastTotalCell: "lastTotalCell"
    • ReadonlySecondColumnStripe: "secondColumnStripe"
    • ReadonlySecondRowStripe: "secondRowStripe"
    • ReadonlyTotalRow: "totalRow"
    • ReadonlyWholeTable: "wholeTable"

      The entire table.