AutoFilter element
Contains information about autofilters.
Usage
      
<AutoFilter
	Range="xsd:string"
/>
    Element Information
      
        | Element type | Anonymous | 
      
        | Namespace | urn:schemas-microsoft-com:office:excel | 
      
        | Schema name | XML Spreadsheet 2000 | 
    
Elements and Attributes
Child Elements
      
        | Element | Description | 
      
        | AutoFilterColumn | Contains information about the column being filtered. | 
    
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | Range | xsd:string | required | Specifies the range to which the autofilter applies. | See external namespace. | 
    
Definition
      
<xsd:element name="AutoFilter" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="AutoFilterColumn" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="Range" type="xsd:string" form="qualified" use="required">
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
    ©2003-2004 Microsoft Corporation. All rights reserved.  
Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp