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.


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

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.