CommentProperties.ObjectAnchor Property
ObjectAnchor.Represents the element tag in schema: x:anchor
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property ObjectAnchor As ObjectAnchor
Get
Set
'使用
Dim instance As CommentProperties
Dim value As ObjectAnchor
value = instance.ObjectAnchor
instance.ObjectAnchor = value
public ObjectAnchor ObjectAnchor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor