2.2.31 CT_Hyperlinks

Referenced by: CT_Worksheet

Unordered collection of CT_Hyperlink elements that intersect the result range.

Child Elements:

Hyperlink: A CT_Hyperlink for each unique hyperlink that intersects the returned range defined in the CT_Table element. Worksheet cells which contain hyperlinks and intersect a PivotTable, or reference workbooks other than the current workbook MUST be omitted.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Hyperlinks">
   <xs:sequence>
     <xs:element name="Hyperlink" minOccurs="0" maxOccurs="unbounded" type="CT_Hyperlink"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).