ASP.NET MVC Controls | ComponentOne
In This Topic
    IWorkbookCell Interface
    In This Topic
    File
    wijmo.xlsx.js
    Module
    wijmo.xlsx

    Represents the Workbook Object Model cell definition.

    Properties

    Properties

    colSpan

    Cell colSpan setting

    Type
    number

    formula

    Cell formula

    Type
    string

    isDate

    Indicates whether the cell value is date or not.

    Type
    boolean

    isNumber

    Indicates whether the cell value is number or not.

    Type
    boolean

    note

    Represents the note of the cell.

    Type
    IWorkbookNote

    rowSpan

    Cell rowSpan setting

    Type
    number

    style

    Cell style

    Type
    IWorkbookStyle

    textRuns

    The text runs represent the rich text of cell.

    Type
    IWorkbookTextRun[]

    value

    Gets or sets the cell value.

    The type of the value can be String, Number, Boolean or Date.

    Type
    any