[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
queryTableFields (Query table fields)
This element is the collection for queryTableField elements.
Parent Elements |
queryTableRefresh (§3.12.6) |
Child Elements |
Subclause |
queryTableField (QueryTable Field) |
§3.12.4 |
Attributes |
Description |
count (Column Count) |
Specifies the number of columns there are in this query table. Includes both query-defined and user-defined columns, but not deleted columns.
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_QueryTableFields">
<sequence>
<element name="queryTableField" type="CT_QueryTableField" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
</complexType>