[]
        
(Showing Draft Content)

WorkbookCell Class

WorkbookCell Class

Represents the Workbook Object Model cell definition.

Heirarchy

  • WorkbookCell

Constructors

constructor

Properties

colSpan

colSpan: number

Gets or sets the colSpan setting of cell.

formula

formula: string

Gets or sets the formula of cell.

isDate

isDate: boolean

Indicates whether the cell value is date or not.

isNumber

isNumber: boolean

Indicates whether the cell value is number or not.

link: string

Gets or sets the hyperlink of cell.

note

Gets or sets the note of the cell.

rowSpan

rowSpan: number

Gets or sets the rowSpan setting of cell.

style

Gets or sets the style of cell.

textRuns

textRuns: WorkbookTextRun[]

Gets or sets the text runs represent the rich text of cell.

value

value: any

Gets or sets the cell value.

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