Share via


Comment.CommentProperties Property

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; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.CommentProperties

See Also

Reference

Comment Class

Comment Members

DocumentFormat.OpenXml.Spreadsheet Namespace