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