Search Results for

    Show / Hide Table of Contents

    TExcelFile.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

    Unit: FlexCel.Core

    function TExcelFile.GetAutoRowHeight(const row: Integer): Boolean; virtual; abstract;

    Parameters

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

    Returns

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

    See also

    • TExcelFile
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com