Gets or sets the anchor position of this object.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public ObjectAnchorPosition AnchorPosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AnchorPosition As ObjectAnchorPosition |
RemarksThis value is relevant only if the Anchor property is set to ObjectAnchor.ToCell.
See Also