Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetColFormat Method

    Overloads

    • TExcelFile.GetColFormat(Integer)
    • TExcelFile.GetColFormat(Integer, Integer)

    TExcelFile.GetColFormat(Integer)

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

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetColFormat(const col: Integer): Integer; overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const col Integer Column index (1-based)

    Returns

    XF format.

    See also

    • TExcelFile

    TExcelFile.GetColFormat(Integer, Integer)

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

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetColFormat(const sheet: Integer; const col: Integer): Integer; overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const sheet Integer Sheet index (1 based).
    const col Integer Column 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