AutoFilterCondition element (AutoFilterColumnType complexType)

Contains information about the test applied in an autofilter.

Usage

      
<AutoFilterCondition
	Operator="xsd:string"
	Value="xsd:string"
/>

    

Element Information

Element type AutoFilterConditionType
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

None.

Attributes

Attribute Type Required Description Possible Values
Operator Anonymous required Defines the test to apply in conjunction with the Value attribute.
  • Equals
  • DoesNotEqual
  • GreaterThan
  • GreaterThanOrEqual
  • LessThan
  • LessThanOrEqual
Value xsd:string required Defines the test to apply in conjunction with the Operator attribute. See external namespace.

Definition

      
<xsd:element name="AutoFilterCondition" type="AutoFilterConditionType" minOccurs="0" maxOccurs="1" >
</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