2.5.145 StyleFlags
The StyleFlags structure specifies properties of a BrtStyle (section 2.4.798) record.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
B |
C |
unused |
A - fBuiltIn (1 bit): A bit that specifies whether or not the associated cell style (section 2.2.6.1.2) is a built-in cell style.
B - fHidden (1 bit): A bit that specifies whether or not the associated cell style is displayed in the UI.
C - fCustom (1 bit): A bit that specifies whether or not the associated cell style is a built-in cell style that is customized. If this bit is set, the fBuiltIn bit MUST be set. Customized built-in cell styles MUST be saved with the workbook, even if they are not currently in use.
unused (13 bits): This value MUST be 0, and MUST be ignored.