Table of Contents

XlsFile.GetAutoRowHeight Method

Returns if the row is adjusting its size to the cell (the default) or if it has a fixed height.

Remarks

By default, Excel rows auto adapt their size to the font size. If you set the row height manually, it will remain fixed to this size until you set AutoFit (Menu->Format->Row->AutoFit) back.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean GetAutoRowHeight(Int32 row)

Parameters

<-> Parameter Type Description
row Int32 Row index (1-based)

Returns

True if AutoFit is on for the row, False if it has a fixed size

See also