CommentList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CommentList() |
Initializes a new instance of the CommentList class. |
CommentList(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. |
CommentList(String) |
Initializes a new instance of the CommentList class from outer XML. |
CommentList()
Initializes a new instance of the CommentList class.
public CommentList ();
Public Sub New ()
Applies to
CommentList(OpenXmlElement[])
Initializes a new instance of the CommentList class with the specified child elements.
public CommentList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CommentList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CommentList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
CommentList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CommentList class with the specified child elements.
public CommentList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CommentList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CommentList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
CommentList(String)
Initializes a new instance of the CommentList class from outer XML.
public CommentList (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CommentList : string -> DocumentFormat.OpenXml.Spreadsheet.CommentList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.