CellRecord

Overview

CellRecord is a class in Aspose.Cells FOSS for .NET.

Represents cell record.

Properties

NameTypeAccessDescription
ValueobjectRead/WriteGets or sets the raw value stored in the cell
KindCellValueKindRead/WriteGets or sets the type of value stored, represented by CellValueKind
FormulastringRead/WriteGets or sets the formula text associated with the cell
StyleStyleValueRead/WriteGets or sets the style information applied to the cell
IsExplicitlyStoredboolRead/WriteIndicates whether the cell’s value is stored explicitly

See Also