Search Results for

    Show / Hide Table of Contents

    TExcelFile.SetRowHeight Method

    Sets the current Row height, in Excel internal units. (1/20th of a point) See Excel Internal Units for more information in Excel internal units.

    Remarks

    Use TFlxConsts.RowMult to convert the internal units to pixels.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.SetRowHeight(const row: Integer; const height: Integer); virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const row Integer Row Index (1 based)
    const height Integer Row height, in Excel internal units. (1/20th of a point). See TFlxConsts.RowMult

    Examples

      RowHeightInPixels := xls.GetRowHeight(Row) / TFlxConsts.RowMult;
    

    See also

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