CellRecord
Overview
CellRecord is a class in Aspose.Cells FOSS for .NET.
Represents cell record.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Value | object | Read/Write | Gets or sets the raw value stored in the cell |
Kind | CellValueKind | Read/Write | Gets or sets the type of value stored, represented by CellValueKind |
Formula | string | Read/Write | Gets or sets the formula text associated with the cell |
Style | StyleValue | Read/Write | Gets or sets the style information applied to the cell |
IsExplicitlyStored | bool | Read/Write | Indicates whether the cell’s value is stored explicitly |