ROW: Describes a Row (08h)

This record type describes a row.

Record Data

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

Parameters

rw
The rw field contains the zero-based row number.
miyRw
In a Pocket Excel 1.0 file, the miyRw field contains the row height in pixels. In Pocket Excel 2.0, miyRw contains the row height in twips.

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.

grbit
The grbit field contains the following option flags.
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