2.4.174 MulBlank
The MulBlank record specifies a series of blank cells in a sheet row. This record can store up to 256 IXFCell structures.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rw |
colFirst |
||||||||||||||||||||||||||||||
rgixfe (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
colLast |
rw (2 bytes): An Rw structure that specifies a row containing the blank cells.
colFirst (2 bytes): A Col structure that specifies the first column in the series of blank cells within the sheet. The value of colFirst.col MUST be less than or equal to 254.
rgixfe (variable): An array of IXFCell structures. Each element of this array contains an IXFCell structure corresponding to a blank cell in the series. The number of entries in the array MUST be equal to the value given by the following formula:
-
Number of entries in rgixfe = (colLast.col – colFirst.col +1)
colLast (2 bytes): A Col structure that specifies the last column in the series of blank cells within the sheet. This colLast.col value MUST be greater than colFirst.col value.