SparseCell

Sheet cell that holds position for use in sparse table storage.

Constructors

this
this(RowOffset row, string t, string r, string v, string formula, string xmlValue, Position position)
Undocumented in source.

Members

Variables

formula
string formula;
Undocumented in source.
position
Position position;

< Position of cell.

r
string r;
Undocumented in source.
row
RowOffset row;

< Row. rowr

t
string t;

< XML Type attribute

v
string v;
Undocumented in source.
value
SparseValue value;

< Decoded value.

xmlValue
string xmlValue;

< Value stored in cell. TODO: convert this

Meta