The Rowinfo Object

class Rowinfo

Height and default formatting information that applies to a row in a sheet.

Derived from ROW records.

  • New in version 0.6.1
Rowinfo.additional_space_above

This flag is set, if the upper border of at least one cell in this row or if the lower border of at least one cell in the row above is formatted with a thick line style. Thin and medium line styles are not taken into account.

Rowinfo.additional_space_below

This flag is set, if the lower border of at least one cell in this row or if the upper border of at least one cell in the row below is formatted with a medium or thick line style. Thin line styles are not taken into account.

Rowinfo.has_default_height

0 = Row has custom height; 1 = Row has default height

Rowinfo.has_default_xf_index

1 = the xf_index attribute is usable; 0 = ignore it

Rowinfo.height

Height of the row, in twips. One twip == 1/20 of a point

Rowinfo.height_mismatch

1 = Row height and default font height do not match

Rowinfo.hidden

1 = Row is hidden (manually, or by a filter or outline group)

Rowinfo.outline_group_starts_ends

1 = Outline group starts or ends here (depending on where the outline buttons are located, see WSBOOL record [TODO ??]), and is collapsed

Rowinfo.outline_level

Outline level of the row

Rowinfo.xf_index

Index to default XF record for empty cells in this row. Don’t use this if has_default_xf_index == 0.

Previous topic

The Ref3D Object

Next topic

The Sheet Object

This Page