Represents the Workbook Object Model cell definition.
constructor(): WorkbookCell
Initializes a new instance of the WorkbookCell class.
Gets or sets the colSpan setting of cell.
Gets or sets the formula of cell.
Indicates whether the cell value is date or not.
Gets or sets the rowSpan setting of cell.
Gets or sets the style of cell.
Gets or sets the cell value.
The type of the value can be String, Number, Boolean or Date.
Copyright © GrapeCity, inc. All rights reserved.
Represents the Workbook Object Model cell definition.