2.4.312 BrtBrk

The BrtBrk record specifies a single page break.


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

unRwCol

unColRwStrt

unColRwEnd

fMan

fPivot

unRwCol (4 bytes):  A Rw_Col (section 2.5.127) that specifies the row or column (1) index of the page break. If this record is preceded by a BrtBeginRwBrk (section 2.4.196), then unRwCol specifies a row index. If this record is preceded by a BrtBeginColBrk (section 2.4.25), then unRwCol specifies a column (1) index and MUST be less than 16,384.

unColRwStrt (4 bytes):  A Rw_Col that specifies the index of the column (1) or row where this page break begins. If this record is preceded by a BrtBeginRwBrk, then unColRwStrt specifies a column (1) index and MUST be less than 16,384. If this record is preceded by a BrtBeginColBrk, then unColRwStrt specifies a row index.

unColRwEnd (4 bytes):  A Rw_Col that specifies the index of the column (1) or row where this page break ends. If this record is preceded by a BrtBeginRwBrk, then unColRwEnd specifies a column (1) index and MUST be less than 16,384. If this record is preceded by a BrtBeginColBrk, then unColRwEnd specifies a row index. This value MUST be greater than or equal to unColRwStrt.

For example, a horizontal page break at row 8 that spans between column (1) A and column (1) Z will be saved with values given by the following table.

Field

Value

Meaning

unRwCol

7

The zero-based index of the eighth row.

unColRwStrt

0

The zero-based index of column (1) A.

unColRwEnd

25

The zero-based index of column (1) Z.

fMan (4 bytes):  An unsigned integer that specifies whether the page break was specified by the user. This value MUST be a value from the following table.

Value

Meaning

0x00000000

The page break occurs automatically when the printable region does not fit the page.

0x00000001

The page break was specified by the user.

fPivot (4 bytes):  An unsigned integer that specifies whether this page break was created by a PivotTable (section 2.1.7.40). This value MUST be a value from the following table.

Value

Meaning

0x00000000

The page break was not created by a PivotTable.

0x00000001

The page break was created by a PivotTable.