Comment.CommentProperties Property

Definition

CommentProperties, this property is only available in Office 2010 and later..

Represents the following element tag in the schema: x:commentPr.

public DocumentFormat.OpenXml.Spreadsheet.CommentProperties CommentProperties { get; set; }
public DocumentFormat.OpenXml.Spreadsheet.CommentProperties? CommentProperties { get; set; }
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public DocumentFormat.OpenXml.Spreadsheet.CommentProperties CommentProperties { get; set; }
member this.CommentProperties : DocumentFormat.OpenXml.Spreadsheet.CommentProperties with get, set
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
member this.CommentProperties : DocumentFormat.OpenXml.Spreadsheet.CommentProperties with get, set
Public Property CommentProperties As CommentProperties

Property Value

Attributes

Applies to