DBCELL class

13 views
Skip to first unread message

xiv

unread,
Apr 6, 2009, 10:47:52 AM4/6/09
to excellibrary

Hi there,

again me

I beliece the Decode method of DBCELL class is missing the following
code:


this.FirstRowOffset = reader.ReadUInt32();
int count = (this.Size - 4) / 2;
this.FirstCellOffsets = new List<UInt16>(count);

for (int i = 0; i < count; i++)
FirstCellOffsets.Add(reader.ReadUInt16());

currently there is only one line:
reader.ReadUInt16();

thanks

--
xiv

Reply all
Reply to author
Forward
0 new messages