2.4.859 BrtWsFmtInfo

The BrtWsFmtInfo record specifies sheet formatting properties.


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

dxGCol

cchDefColWidth

miyDefRwHeight

A

B

C

D

reserved

iOutLevelRw

iOutLevelCol

dxGCol (4 bytes): An unsigned integer that specifies the default column (1) width. For the purposes of this field specification, a standard digit is defined to be the widest digit in the Normal style (section 2.2.6.1.2.2) font. The default column (1) width is measured in the number of standard digits that fit in the column (1) multiplied by 256 and rounded down. The value MUST be less than or equal to 65535 or be equal to 0xFFFFFFFF. If the value is 0xFFFFFFFF, this value MUST be ignored.

cchDefColWidth (2 bytes): An unsigned integer that specifies the default column (1) width when dxGCol is 0xFFFFFFFF. For the purposes of this field specification, a standard digit is defined to be the widest digit in the normal style font. This value is measured in number of standard digits. This value MUST be ignored if dxGCol is not 0xFFFFFFFF. This value MUST be less than or equal to 255. When this record is contained in a dialog sheet (section 2.1.7.20), this value MUST be less than 255 and MUST be ignored.

miyDefRwHeight (2 bytes): An unsigned integer that specifies the default row height, measured in twips. This value MUST be ignored if fUnsynced is 0.

A - fUnsynced (1 bit): A bit that specifies whether miyDefRwHeight has been manually set or is different from the default.

B - fDyZero (1 bit): A bit that specifies whether rows are hidden by default.

C - fExAsc (1 bit): A bit that specifies whether rows have a thick top border by default.

D - fExDesc (1 bit): A bit that specifies whether rows have a thick bottom border by default.

reserved (12 bits): This value MUST be 0, and MUST be ignored.

iOutLevelRw (8 bits): An unsigned integer that specifies the highest number of outline levels for rows in this sheet. This value MUST be greater than or equal to 0 and MUST be less than or equal to 7.

iOutLevelCol (8 bits): An unsigned integer that specifies the highest number of outline levels for columns (1) in this sheet. This value MUST be greater than or equal to 0 and MUST be less than or equal to 7.