AutoFilterCondition element (AutoFilterOr element)
Specifies the criteria for the 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 |
AutoFilterOr
|
Contains an autofilter condition that can be combined with other conditions using the OR operator. |
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="2" maxOccurs="2" >
</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