Contains information about the test applied in an autofilter.
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
Operator | Anonymous | required | Defines the test to apply in conjunction with the Value attribute. |
|
Value | xsd:string | required | Defines the test to apply in conjunction with the Operator attribute. | See external namespace. |
<xsd:complexType name="AutoFilterConditionType" >
<xsd:attribute name="Operator" form="qualified" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Equals" />
<xsd:enumeration value="DoesNotEqual" />
<xsd:enumeration value="GreaterThan" />
<xsd:enumeration value="GreaterThanOrEqual" />
<xsd:enumeration value="LessThan" />
<xsd:enumeration value="LessThanOrEqual" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="Value" form="qualified" type="xsd:string" use="required">
</xsd:attribute>
</xsd:complexType>