<queryTableRefresh>
(QueryTable Refresh Information)
This element contains information related to refreshing the query table.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Whether or not the The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Whether or not the Query Table had titles last refresh. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
For backward compatibility with legacy versions of spreadsheet applications, this attribute specifies the minimum version of the application that is expected to correctly refresh the data in the query table without any problems. Note: if this attribute is specified, an earlier version of a spreadsheet application should alert the user to the potential incompatibilities when a refresh is attempted. The possible values for this attribute are defined by the XML Schema unsignedByte datatype. |
|
Specifies the next unique The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies whether sorting, autofilter, layout, and table block formatting should be preserved for this query table across data refresh operations. Note: if this attribute is set to The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the number of extra columns included at the left end of the field array that aren't bound to external data. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the number of extra columns included at the right end of the Table that aren't bound to external data. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_QueryTableRefresh">
<sequence>
<element name="queryTableFields" type="CT_QueryTableFields" minOccurs="1" maxOccurs="1"/>
<element name="queryTableDeletedFields" type="CT_QueryTableDeletedFields" minOccurs="0" maxOccurs="1"/>
<element name="sortState" minOccurs="0" maxOccurs="1" type="CT_SortState"/>
<element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList"/>
</sequence>
<attribute name="preserveSortFilterLayout" type="xsd:boolean" use="optional" default="true"/>
<attribute name="fieldIdWrapped" type="xsd:boolean" use="optional" default="false"/>
<attribute name="headersInLastRefresh" type="xsd:boolean" use="optional" default="true"/>
<attribute name="minimumVersion" type="xsd:unsignedByte" use="optional" default="0"/>
<attribute name="nextId" type="xsd:unsignedInt" use="optional" default="1"/>
<attribute name="unboundColumnsLeft" type="xsd:unsignedInt" use="optional" default="0"/>
<attribute name="unboundColumnsRight" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>