ThreadedComment Constructors

Definition

Overloads

ThreadedComment()

Initializes a new instance of the ThreadedComment class.

ThreadedComment(OpenXmlElement[])

Initializes a new instance of the ThreadedComment class with the specified child elements.

ThreadedComment(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ThreadedComment class with the specified child elements.

ThreadedComment(String)

Initializes a new instance of the ThreadedComment class from outer XML.

ThreadedComment()

Initializes a new instance of the ThreadedComment class.

public ThreadedComment ();
Public Sub New ()

Applies to

ThreadedComment(OpenXmlElement[])

Initializes a new instance of the ThreadedComment class with the specified child elements.

public ThreadedComment (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ThreadedComment(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ThreadedComment class with the specified child elements.

public ThreadedComment (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ThreadedComment(String)

Initializes a new instance of the ThreadedComment class from outer XML.

public ThreadedComment (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to