<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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Hyperlinks">
<sequence>
<element name="hyperlink" type="CT_Hyperlink" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>