MindFusion.Wpf Pack Programmer's Guide
ObjectAnchor Enumeration
See Also
 





Specifies the anchor of a worksheet object.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  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.

 Remarks

Members of this enumeration can be assigned to the Anchor property of the InteractiveObject class.

 See Also

MindFusion.Spreadsheet.Wpf Namespace