AutoFilterAnd element
Contains an autofilter condition that can be combined with other conditions using the AND operator.
Usage
      
<AutoFilterAnd />
    Element Information
      
        | Element type | Anonymous | 
      
        | Namespace | urn:schemas-microsoft-com:office:excel | 
      
        | Schema name | XML Spreadsheet 2000 | 
    
Elements and Attributes
Parent Elements
      
        | Element | Description | 
      
        | AutoFilterColumn | Contains information about the column being filtered. | 
    
Child Elements
Attributes
None.
Definition
      
<xsd:element name="AutoFilterAnd" minOccurs="0" maxOccurs="1" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="AutoFilterCondition" type="AutoFilterConditionType" minOccurs="2" maxOccurs="2">
      </xsd:element>
    </xsd:sequence>
  </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