WorksheetCommentsPart.Comments Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property Comments As Comments
    Get
    Set
'Usage
Dim instance As WorksheetCommentsPart
Dim value As Comments

value = instance.Comments

instance.Comments = value
public Comments Comments { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Comments

See Also

Reference

WorksheetCommentsPart Class

WorksheetCommentsPart Members

DocumentFormat.OpenXml.Packaging Namespace