[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
filter (Filter)
This element expresses a filter criteria value.
[Example:
<filters>
<filter val="0.316588716"/>
<filter val="0.667439395"/>
<filter val="0.823086999"/>
</filters>
end example]
Parent Elements |
filters (§3.3.2.8) |
Attributes |
Description |
val (Filter Value) |
Filter value used in the criteria.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Filter">
<attribute name="val" type="ST_Xstring"/>
</complexType>