2.4.259 SheetExt

The SheetExt record specifies sheet properties, including sheet tab color and additional optional information specified by using the SheetExtOptional structure.


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

frtHeader

...

...

cb

icvPlain

reserved

sheetExtOptional (20 bytes, optional)

...

...

frtHeader (12 bytes):  An FrtHeader structure.  The frtHeader.rt field MUST be 0x0862.

cb (4 bytes):  An unsigned integer that specifies the size of this record in bytes.

icvPlain (7 bits): An unsigned integer that specifies the tab color of this sheet. If the tab has a color assigned to it, the value of this field MUST be greater than or equal to 0x08 and less than or equal to 0x3F, as specified in the color table for the Icv structure. If the tab has no color assigned to it, the value of this field MUST be 0x7F, and MUST be ignored.

reserved (25 bits): MUST be zero, and MUST be ignored.

sheetExtOptional (20 bytes): A SheetExtOptional structure that specifies optional<119> fields. Exists if and only if the value of cb is 0x00000028.