CellRecord
Overview
CellRecord is a class in Aspose.Cells for NET.
CellRecord.Value gets or sets the cell’s stored value as an object.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Value | object? | Read/Write | Holds the cell’s raw value as an object, or null if empty |
Kind | CellValueKind | Read/Write | Indicates the type of the cell’s value via the CellValueKind enum |
Formula | string? | Read/Write | Contains the cell’s formula string, or null if the cell has no formula |
Style | StyleValue | Read/Write | Gets the style information applied to the cell |
IsExplicitlyStored | bool | Read/Write | Flags whether the cell is written explicitly in the worksheet file |