2.6.88 CT_QueryTable
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: queryTable
A complex type that specifies extended properties of a query table ([ISO/IEC29500-1:2016] section 18.12).
Attributes:
clipped: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether a query table ([ISO/IEC29500-1:2016] section 18.12) did not fit to worksheet and was clipped.
-
Value
Meaning
"true"
A query table ([ISO/IEC29500-1:2016] section 18.12) did not fit to the worksheet and was clipped.
"false"
A query table ([ISO/IEC29500-1:2016] section 18.12) did not fit to the worksheet and was not clipped.
sourceDataName: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the primary data connection for the query table. For more details, see connection ([ISO/IEC29500-1:2016] section 18.13.1)
drillThrough: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether a query table ([ISO/IEC29500-1:2016] is a result of drillthrough operation on OLAP data source.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_QueryTable"> <xsd:attribute name="clipped" use="optional" default="false" type="xsd:boolean"/> <xsd:attribute name="sourceDataName" type="xsd:string" use="optional"/> <xsd:attribute name="drillThrough" use="optional" default="false" type="xsd:boolean"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).