2.4.343 VerticalPageBreaks

The VerticalPageBreaks record specifies a list of all explicit column page breaks in the sheet.


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

cbrk

rgbrk (variable)

...

cbrk (2 bytes):  An unsigned integer that specifies the number of page breaks. The value MUST be less than or equal to 255.

rgbrk (variable):  An array of VertBrk that specifies all of the page breaks. The array MUST be sorted first by the col value and then by the RowStart value in each VertBrk. Two page breaks MUST NOT overlap. The number of VertBrk MUST equal the value of cbrk.