Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetTableName Method

    If there is a table in the cell at (row, col) then this method will return the name of the table. If not it will return an empty string.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetTableName(const sheet: Integer; const row: Integer; const col: Integer): string; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const sheet Integer Sheet where to find the table (1 based)
    const row Integer Row, 1 based.
    const col Integer Column, 1 based.

    See also

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