Search Results for

    Show / Hide Table of Contents

    TExcelFile.FindObject Method

    Returns the object index for an existing name. Whenever possible you should prefer to use FindObjectPath instead of this method, since it is faster and finds also objects that are not in the root branch.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.FindObject(const objectName: string): Integer;

    Parameters

    <-> Parameter Type Description
    const objectName string Object name to search for. This is case insensitive.

    Returns

    -1 if the object is not found, or the object index otherwise.

    See also

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