2.4.175 MulRk

The MulRk record specifies a series of cells with numeric data in a sheet row. This record can store up to 256 RkRec structures.


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

rw

colFirst

rgrkrec (variable)

...

colLast

rw (2 bytes):  An Rw structure that specifies the row containing the cells with numeric data.

colFirst (2 bytes):  A Col structure that specifies the first column in the series of numeric cells within the sheet. The value of colFirst.col MUST be less than or equal to 254.

rgrkrec (variable): An array of RkRec structures.  Each element in the array specifies an RkRec in the row. The number of entries in the array MUST be equal to the value given by the following formula:

Number of entries in rgrkrec = (colLast.colcolFirst.col +1)

colLast (2 bytes):  A Col structure that specifies the last column in the set of numeric cells within the sheet. This colLast.col value MUST be greater than the colFirst.col value.