CommentList Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CommentList() | Initializes a new instance of the CommentList class. | |
CommentList(String) | Initializes a new instance of the CommentList class from outer XML. | |
CommentList(array<OpenXmlElement[]) | Initializes a new instance of the CommentList class with the specified child elements. | |
CommentList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CommentList class with the specified child elements. |
Top