Specifies the anchor of a worksheet object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
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