Definition Type: Element
Name: SmallGrid
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains a Boolean indicating if a PivotTable view without a data field should show the small grid, which doesn't have very big drop areas.
Collapse XSD Schema Diagram:
XSD Diagram of SmallGrid in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SmallGrid" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a Boolean indicating if a PivotTable view without a data field should show the small grid, which doesn't have very big drop areas.</xsd:documentation>
    </xsd:annotation>
</xsd:element>