DenseCell

Sheet cell that doesn’t need to hold position in dense table storage.

Constructors

this
this(DenseValue value, string xmlValue, string formula)
Undocumented in source.
this
this(SparseValue value, string xmlValue, string formula)
Undocumented in source.

Members

Variables

formula
string formula;

< SparseCell formula.

value
DenseValue value;

< Decoded cell value.

xmlValue
string xmlValue;
Undocumented in source.

Meta