Search Results for

    Show / Hide Table of Contents

    TExcelFile.SetObjectAnchor Method

    Overloads

    • TExcelFile.SetObjectAnchor(Integer, TClientAnchor)
    • TExcelFile.SetObjectAnchor(Integer, string, TClientAnchor)

    TExcelFile.SetObjectAnchor(Integer, TClientAnchor)

    Sets the object placement.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.SetObjectAnchor(const objectIndex: Integer; const objectAnchor: TClientAnchor); overload;

    Parameters

    <-> Parameter Type Description
    const objectIndex Integer Index of the object (1-based)
    const objectAnchor TClientAnchor Coordinates of the object.

    See also

    • TExcelFile

    TExcelFile.SetObjectAnchor(Integer, string, TClientAnchor)

    Sets the object placement.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.SetObjectAnchor(const objectIndex: Integer; const objectPath: string; const objectAnchor: TClientAnchor); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const objectIndex Integer Index of the object (1-based)
    const objectPath string Object path for the shape if this is a grouped shape.
    const objectAnchor TClientAnchor Coordinates of the object.

    See also

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