ComponentOne ASP.NET MVC Controls
IWorkbookCell Interface
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

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