ThreadedComments 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
ThreadedComments() |
Initializes a new instance of the ThreadedComments class. |
ThreadedComments(OpenXmlElement[]) |
Initializes a new instance of the ThreadedComments class with the specified child elements. |
ThreadedComments(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ThreadedComments class with the specified child elements. |
ThreadedComments(String) |
Initializes a new instance of the ThreadedComments class from outer XML. |
ThreadedComments()
Initializes a new instance of the ThreadedComments class.
public ThreadedComments ();
Public Sub New ()
Applies to
ThreadedComments(OpenXmlElement[])
Initializes a new instance of the ThreadedComments class with the specified child elements.
public ThreadedComments (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ThreadedComments(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ThreadedComments class with the specified child elements.
public ThreadedComments (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ThreadedComments(String)
Initializes a new instance of the ThreadedComments class from outer XML.
public ThreadedComments (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.