Specifies the anchor of a worksheet object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum ObjectAnchor |
Visual Basic
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. |
RemarksMembers of this enumeration can be assigned to the Anchor property of the InteractiveObject class.
See Also