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

NameTypeAccessDescription
Valueobject?Read/WriteHolds the cell’s raw value as an object, or null if empty
KindCellValueKindRead/WriteIndicates the type of the cell’s value via the CellValueKind enum
Formulastring?Read/WriteContains the cell’s formula string, or null if the cell has no formula
StyleStyleValueRead/WriteGets the style information applied to the cell
IsExplicitlyStoredboolRead/WriteFlags whether the cell is written explicitly in the worksheet file