Table of Contents

ExcelFile.SetObjectAnchor Method

Overloads

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.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