2.4.65 CRN

The CRN record specifies the values of cells in a sheet in an external cell cache.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

colLast

colFirst

row

crnOper (variable)

...

colLast (1 byte):  A ColByteU structure that specifies the zero-based column index of the last cell whose value is contained within this record. MUST be greater than or equal to the value of colFirst.

colFirst (1 byte):  A ColByteU structure that specifies the zero-based column index of the first cell whose value is contained within this record. MUST be less than or equal to the value of colLast.

row (2 bytes):  A RwU structure that specifies the zero-based row index of the cells whose values are contained within this record.

crnOper (variable):  An array of SerAr structures that specifies the cell values for the cells in the row starting at colFirst. The number of elements in this array MUST equal the following formula:

colLast - colFirst + 1