2.4.716 BrtPane
The BrtPane record specifies the sheet panes.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
xnumXSplit |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
xnumYSplit |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
rwTop |
|||||||||||||||||||||||||||||||
colLeft |
|||||||||||||||||||||||||||||||
pnnAct |
|||||||||||||||||||||||||||||||
A |
B |
reserved |
xnumXSplit (8 bytes): An Xnum (section 2.5.172) that specifies the position of the horizontal split, in twips. If fFrozen is equal to one or fFrozenNoSplit is equal to one, then this value specifies the number of rows in the frozen panes and MUST be less than the maximum value of Rw (section 2.5.126).
xnumYSplit (8 bytes): An Xnum that specifies the position of the vertical split, in twips. If fFrozen is equal to one or fFrozenNoSplit is equal to one, then this value specifies the number of columns (1) in the frozen panes and MUST be less than the maximum value of Col (section 2.5.23).
rwTop (4 bytes): An UncheckedRw (section 2.5.155) that specifies the row of the upper left visible cell in the lower right pane.
colLeft (4 bytes): An UncheckedCol (section 2.5.153) that specifies the column (1) of the upper left visible cell in the lower right pane.
pnnAct (4 bytes): A Pnn (section 2.5.108) that specifies the active pane.
A - fFrozen (1 bit): A bit that specifies whether the panes are frozen panes and split panes, as specified in the following table. This value MUST NOT be 1 if fFrozenNoSplit is 1.
Value |
Meaning |
---|---|
0 |
Whether the panes are frozen panes or split panes is not specified. |
1 |
The panes are frozen panes and split panes. |
B - fFrozenNoSplit (1 bit): A bit that specifies whether the panes are frozen panes but not split panes, as specified in the following table. This value MUST NOT be 1 if fFrozen is 1.
Value |
Meaning |
---|---|
0 |
Whether the panes are frozen panes or split panes is not specified. |
1 |
The panes are frozen panes but not split panes. |
reserved (6 bits): This value MUST be 0, and MUST be ignored.