Comments.CommentList Property

List of Comments.Represents the element tag in schema: x:commentList

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

Syntax

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

value = instance.CommentList

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.CommentList
Returns CommentList.

See Also

Reference

Comments Class

Comments Members

DocumentFormat.OpenXml.Spreadsheet Namespace