2.6.215 CT_ExternalLinksPr
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2019/extlinksprops
Referenced by: externalLinksPr
Extended properties applicable to all external links of this workbook.
Attributes:
autoRefresh: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to refresh external links periodically.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ExternalLinksPr"> <xsd:attribute name="autoRefresh" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType>
See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).