Search
InteractiveObject.setAnchorPosition Method
See Also
 






Sets the anchor position of this object.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setAnchorPosition (
    ObjectAnchorPosition value
)

 Parameters

value

 Remarks

This value is relevant only if the Anchor property is set to ObjectAnchor.ToCell.

 See Also