Search Results for

    Show / Hide Table of Contents

    ExcelFile.SetObjectAnchor Method

    Overloads

    • ExcelFile.SetObjectAnchor(Int32, TClientAnchor)
    • ExcelFile.SetObjectAnchor(Int32, String, TClientAnchor)

    ExcelFile.SetObjectAnchor(Int32, TClientAnchor)

    Sets the object placement.

    Syntax

    Namespace: FlexCel.Core

    public void SetObjectAnchor(Int32 objectIndex, TClientAnchor objectAnchor)

    Parameters

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

    See also

    • ExcelFile

    ExcelFile.SetObjectAnchor(Int32, String, TClientAnchor)

    Sets the object placement.

    Syntax

    Namespace: FlexCel.Core

    public abstract void SetObjectAnchor(Int32 objectIndex, String objectPath, TClientAnchor objectAnchor)

    Parameters

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

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com