Definition Type: Element
Name: NoAutofit
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies whether the column widths of a query table, or the height and width of a PivotList component, adjust to accommodate the data in visible columns and rows.
Collapse XSD Schema Diagram:
XSD Diagram of NoAutofit in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="NoAutofit" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies whether the column widths of a query table, or the height and width of a PivotList component, adjust to accommodate the data in visible columns and rows.</xsd:documentation>
    </xsd:annotation>
</xsd:element>