Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetRowFormat Method

    Overloads

    • TExcelFile.GetRowFormat(Integer)
    • TExcelFile.GetRowFormat(Integer, Integer)

    TExcelFile.GetRowFormat(Integer)

    Gets the XF format for the specified row, -1 if the row doesn't have format.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetRowFormat(const row: Integer): Integer; overload; virtual; abstract;

    Parameters

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

    Returns

    XF format.

    See also

    • TExcelFile

    TExcelFile.GetRowFormat(Integer, Integer)

    Gets the XF format for the specified row, -1 if the row doesn't have format.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetRowFormat(const sheet: Integer; const row: Integer): Integer; overload; virtual; abstract;

    Parameters

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

    Returns

    XF format.

    See also

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