Table of Contents

XlsFile.SetObjectAnchor Method

Sets the object placement.

Syntax

Namespace: FlexCel.XlsAdapter

public override 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