Search Results for

    Show / Hide Table of Contents

    TXlsFile.GetColFormat Method

    Overloads

    • TXlsFile.GetColFormat(Integer)
    • TXlsFile.GetColFormat(Integer, Integer)

    TXlsFile.GetColFormat(Integer)

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

    Syntax

    Unit: FlexCel.XlsAdapter

    function TXlsFile.GetColFormat(const col: Integer): Integer; overload; override;

    Parameters

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

    Returns

    XF format.

    See also

    • TXlsFile

    TXlsFile.GetColFormat(Integer, Integer)

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

    Syntax

    Unit: FlexCel.XlsAdapter

    function TXlsFile.GetColFormat(const sheet: Integer; const col: Integer): Integer; overload; override;

    Parameters

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

    Returns

    XF format.

    See also

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