2.4.87 DefaultRowHeight
The DefaultRowHeight record specifies the height of all empty rows in the current sheet. An empty row is a row that only contains cells without data or formatting.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
B |
C |
D |
reserved |
miyRw (optional) |
||||||||||||||||||||||||||
miyRwHidden (optional) |
A - fUnsynced (1 bit): A bit that specifies whether the default settings for the row height have been changed.
B - fDyZero (1 bit): A bit that specifies whether empty rows have a height of zero.
C - fExAsc (1 bit): A bit that specifies whether all empty rows have a thick border style applied to the top border (as specified in field fExAsc of record Row).
D - fExDsc (1 bit): A bit that specifies whether all empty rows have a thick border style applied to the bottom border (as specified in field fExDes of record Row).
reserved (12 bits): MUST be zero, and MUST be ignored.
miyRw (2 bytes): A signed integer that specifies the default row height, in twips, for empty rows. MUST exist if and only if fDyZero is 0. MUST be greater than or equal to 1 and less than or equal to 8179.
miyRwHidden (2 bytes): A signed integer that specifies the default row height, in twips, to apply to a hidden row when unhidden. MUST exist if and only if fDyZero is 1. MUST be greater than or equal to 0 and less than or equal to 8179.