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

    Represents the WorkbookTableColumn Object Model background setting definition.

    Constructor

    Properties

    Constructor

    constructor

    constructor(): void
    

    Initializes a new instance of the WorkbookTableColumn class.

    Returns
    void

    Properties

    name

    The name of the table column. It is referenced through functions.

    Type
    string

    showFilterButton

    Indicating whether show filter button for the column.

    Type
    boolean

    totalRowFunction

    The function to show in the totals row cell for this column.

    Type
    string

    totalRowLabel

    The string to show in the totals row cell for the column.

    Type
    string