Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetCellVisibleFormatDef Method

    Overloads

    • TExcelFile.GetCellVisibleFormatDef(Integer, Integer)
    • TExcelFile.GetCellVisibleFormatDef(Integer, Integer, Integer)

    TExcelFile.GetCellVisibleFormatDef(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) This is a shortcut for GetCellVisibleFormat, returning the final Format struct.

    Syntax

    Unit: FlexCel.Core

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

    Parameters

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

    Returns

    Format for the cell

    See also

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

    TExcelFile.GetCellVisibleFormatDef(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) This is a shortcut for GetCellVisibleFormat, returning the final Format struct.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetCellVisibleFormatDef(const sheet: Integer; const row: Integer; const col: Integer): TFlxFormat; 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

    Format for the cell

    See also

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