This record type describes a row.
Offset |
Name |
Size |
Contents |
0 | rw | 2 | Row number |
2 | miyRw | 2 | Row height |
4 | grbit | 2 | Option flags |
6 | ixfe | 2 | Index to the XF record for the row |
If you hide the row, either by setting the row height to zero or by choosing the Hide command, miyRw still contains the original row height. This allows Microsoft Pocket Excel to restore the original row height.
Bit |
Mask |
Name |
Contents |
0 | 01h | fHidden | = 1 if contents are hidden |
1 | 02h | fUserSet | = 1 if row’s height has been manually set [PXL 2.0 only |