Definition Type: Element
Name: RefreshTimeSpan
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains an integer value specifying the number of minutes until the first data refresh and subsequent refreshes when automatic refreshes are enabled.
Collapse XSD Schema Diagram:
XSD Diagram of RefreshTimeSpan in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="RefreshTimeSpan" type="xsd:int" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an integer value specifying the number of minutes until the first data refresh and subsequent refreshes when automatic refreshes are enabled.</xsd:documentation>
    </xsd:annotation>
</xsd:element>