Freigeben über


Comment.CommentProperties-Eigenschaft

CommentProperties, this property is only available in Office2010.Represents the element tag in schema: x:commentPr

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property CommentProperties As CommentProperties
    Get
    Set
'Usage
Dim instance As Comment
Dim value As CommentProperties

value = instance.CommentProperties

instance.CommentProperties = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public CommentProperties CommentProperties { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.Spreadsheet.CommentProperties

Siehe auch

Referenz

Comment Klasse

Comment-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace