ASP.NET Core MVC Controls | ComponentOne
In This Topic
    WorkbookTableStyle Class
    In This Topic
    File
    wijmo.xlsx.js
    Module
    wijmo.xlsx
    Implements
    IWorkbookTableStyle

    Represents the WorkbookTableStyle Object Model background setting definition.

    Constructor

    Properties

    Constructor

    constructor

    constructor(): void
    

    Initializes a new instance of the WorkbookTableStyle class.

    Returns
    void

    Properties

    firstBandedColumnStyle

    The first column stripe style.

    Type
    WorkbookTableBandedStyle

    firstBandedRowStyle

    The first row stripe style.

    Type
    WorkbookTableBandedStyle

    firstColumnStyle

    The first column style.

    Type
    WorkbookTableCommonStyle

    firstHeaderCellStyle

    The first cell style in the header row.

    Type
    WorkbookTableCommonStyle

    firstTotalCellStyle

    The first cell style in the total row.

    Type
    WorkbookTableCommonStyle

    headerRowStyle

    The header row style.

    Type
    WorkbookTableCommonStyle

    lastColumnStyle

    The last column style.

    Type
    WorkbookTableCommonStyle

    lastHeaderCellStyle

    The last cell style in the header row.

    Type
    WorkbookTableCommonStyle

    lastTotalCellStyle

    The last cell style in the total row.

    Type
    WorkbookTableCommonStyle

    name

    The name of the table style.

    Type
    string

    secondBandedColumnStyle

    The second column stripe style.

    Type
    WorkbookTableBandedStyle

    secondBandedRowStyle

    The second row stripe style.

    Type
    WorkbookTableBandedStyle

    totalRowStyle

    The total row style.

    Type
    WorkbookTableCommonStyle

    wholeTableStyle

    The whole table style.

    Type
    WorkbookTableCommonStyle