Hyperlinks Class
Hyperlinks.When the object is serialized out as xml, its qualified name is x:hyperlinks.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.Hyperlinks
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Hyperlink))> _
Public Class Hyperlinks _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As Hyperlinks
[ChildElementInfoAttribute(typeof(Hyperlink))]
public class Hyperlinks : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- Hyperlink <x:hyperlink>
[ISO/IEC 29500-1 1st Edition]
18.3.1.48 hyperlinks (Hyperlinks)
Collection of hyperlinks.
[Example:
This example shows a hyperlink in cell A11, with hover text displaying "Search Page". The relationship Id references a relationship from the sheet to the external target resource.
<hyperlinks> <hyperlink ref="A11" r:id="rId1" tooltip="Search Page"/> </hyperlinks>
end example]
Parent Elements |
---|
worksheet (§18.3.1.99) |
Child Elements |
Subclause |
---|---|
hyperlink (Hyperlink) |
§18.3.1.47 |
[Note: The W3C XML Schema definition of this element’s content model (CT_Hyperlinks) is located in §A.2. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.