2.4.189 Pane
The Pane record specifies the position of frozen panes or unfrozen panes in the window used to display the sheet.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
x |
y |
||||||||||||||||||||||||||||||
rwTop |
colLeft |
||||||||||||||||||||||||||||||
pnnAcct |
reserved |
x (2 bytes): An unsigned integer that specifies the horizontal position of the split in the pane. If the value of fFrozenRt in the preceding Window2 record is 1, the value of x is measured in cells and MUST be less than or equal to 255. If the value of fFrozenRt in the preceding Window2 is 0, the value of x is measured in twips, and MUST be less than or equal to 32767.
y (2 bytes): An unsigned integer that specifies the vertical position of the split in the pane. If the value of fFrozenRt in the preceding Window2 record is 1, the value of y is measured in cells. If the value of fFrozenRt in the preceding Window2 is 0, the value of y is measured in twips, and MUST be less than or equal to 32767.
rwTop (2 bytes): An RwU structure that specifies the topmost visible row in the bottom pane.
colLeft (2 bytes): A ColU structure that specifies the first visible logical left column in the logical right pane.
pnnAcct (1 byte): A PaneType enumeration that specifies the active pane.
reserved (1 byte): MUST be zero, and MUST be ignored.