Specifies the anchor position of a worksheet object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public enum ObjectAnchorPosition |
Members| Member name | Description | |
|---|---|---|
![]() |
BottomLeft |
Indicates that a worksheet object is positioned relative to the bottom-left corner of the anchor. |
![]() |
BottomRight |
Indicates that a worksheet object is positioned relative to the bottom-right corner of the anchor. |
![]() |
TopLeft |
Indicates that a worksheet object is positioned relative to the top-left corner of the anchor. |
![]() |
TopRight |
Indicates that a worksheet object is positioned relative to the top-right corner of the anchor. |
See Also