ASP.NET MVC Controls | ComponentOne
In This Topic
    WorkbookTableCommonStyle Class
    In This Topic
    File
    wijmo.xlsx.js
    Module
    wijmo.xlsx
    Base Class
    WorkbookStyle
    Derived Classes
    WorkbookTableBandedStyle
    Implements
    IWorkbookTableCommonStyle

    Represents the WorkbookTableCommonStyle Object Model background setting definition.

    Constructor

    Properties

    Constructor

    constructor

    constructor(): void
    

    Initializes a new instance of the WorkbookTableCommonStyle class.

    Returns
    void

    Properties

    basedOn

    Defines the base style that this style inherits.

    This property is applicable for the export operations only. The style gets all the properties defined in the base style, and can override or augment them by setting its own properties.

    Inherited From
    WorkbookStyle
    Type
    WorkbookStyle

    borders

    Table borders setting.

    Type
    WorkbookTableBorder

    fill

    Gets or sets the background setting.

    Inherited From
    WorkbookStyle
    Type
    WorkbookFill

    font

    Gets or sets the font of style.

    Inherited From
    WorkbookStyle
    Type
    WorkbookFont

    format

    Cell value format, defined using Excel format syntax.

    The description of Excel format syntax can be found here.

    You may use the toXlsxNumberFormat and toXlsxDateFormat static functions of the Workbook class to convert from .Net (Globalize) format to Excel format.

    Inherited From
    WorkbookStyle
    Type
    string

    hAlign

    Gets or sets the horizontal alignment of text.

    Inherited From
    WorkbookStyle
    Type
    HAlign

    indent

    Gets or sets the indent setting of style.

    Inherited From
    WorkbookStyle
    Type
    number

    vAlign

    Gets or sets the vertical alignment of text.

    Inherited From
    WorkbookStyle
    Type
    VAlign

    wordWrap

    Gets or sets the word wrap setting of row.

    Inherited From
    WorkbookStyle
    Type
    boolean