ComponentOne ASP.NET MVC Controls
WorkbookCell Class
File
wijmo.xlsx.js
Module
wijmo.xlsx
Implements
IWorkbookCell

Represents the Workbook Object Model cell definition.

Constructor

Properties

Constructor

constructor

constructor(): WorkbookCell

Initializes a new instance of the WorkbookCell class.

Returns
WorkbookCell

Properties

colSpan

Gets or sets the colSpan setting of cell.

Type
number

formula

Gets or sets the formula of cell.

Type
string

isDate

Indicates whether the cell value is date or not.

Type
boolean

rowSpan

Gets or sets the rowSpan setting of cell.

Type
number

style

Gets or sets the style of cell.

Type
WorkbookStyle

textRuns

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

Type
WorkbookTextRun[]

value

Gets or sets the cell value.

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

Type
any