Search
ObjectAnchor Enumeration
See Also
 






Specifies the anchor of a worksheet object.

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

 Syntax

Java  Copy Code

public enum ObjectAnchor

 Members

  Member name Description

ToCell

Indicates that a worksheet object is anchored to a specific cell.

ToPage

Indicates that a worksheet object is anchored to its page.

 See Also