2.5.16 BuiltInStyle
The BuiltInStyle structure specifies the type of a built-in cell style. For row outline and column outline types this structure also specifies the outline level of the style.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
istyBuiltIn |
iLevel |
istyBuiltIn (1 byte): An unsigned integer that specifies the type of the built-in cell style. SHOULD be a value from the list of built in cell styles specified in [ECMA-376] Part 4: Markup Language Reference, section 3.8.7.<151>
iLevel (1 byte): An unsigned integer that specifies the depth level of row/column automatic outlining. If istyBuiltIn equals 0x01 or 0x02, this value MUST be one of the following:
-
Value
Meaning
0x00
Outline level is 1
0x01
Outline level is 2
0x02
Outline level is 3
0x03
Outline level is 4
0x04
Outline level is 5
0x05
Outline level is 6
0x06
Outline level is 7
-
Otherwise, this value MUST be 0xFF and MUST be ignored.