Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetCellVisibleFormat Method

    Overloads

    • TExcelFile.GetCellVisibleFormat(Integer, Integer)
    • TExcelFile.GetCellVisibleFormat(Integer, Integer, Integer)

    TExcelFile.GetCellVisibleFormat(Integer, Integer)

    Cell Format for a given cell, including the format of the row and the column.

    Remarks

    This might return format even if the cell is empty, if the column or the row have format. For the real format of the cell, see GetCellFormat(Integer, Integer)

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetCellVisibleFormat(const row: Integer; const col: Integer): Integer; overload;

    Parameters

    <-> Parameter Type Description
    const row Integer Row Index (1 based)
    const col Integer Column Index (1 based)

    Returns

    XF for the cell

    See also

    • TExcelFile
    • AddFormat
    • SetCellFormat(Integer, Integer, Integer)
    • GetFormat
    • GetCellFormat(Integer, Integer)
    • GetCellVisibleFormatDef(Integer, Integer)

    TExcelFile.GetCellVisibleFormat(Integer, Integer, Integer)

    Cell Format for a given cell, including the format of the row and the column.

    Remarks

    This might return format even if the cell is empty, if the column or the row have format. For the real format of the cell, see GetCellFormat(Integer, Integer)

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetCellVisibleFormat(const sheet: Integer; const row: Integer; const col: Integer): Integer; overload;

    Parameters

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

    Returns

    XF for the cell

    See also

    • TExcelFile
    • AddFormat
    • SetCellFormat(Integer, Integer, Integer)
    • GetFormat
    • GetCellFormat(Integer, Integer)
    • GetCellVisibleFormatDef(Integer, Integer)
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com