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