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