2.6.58 CT_Filter
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: filter
This complex type specifies a filter criterion. Rows that contain a cell within the filter range that have value val will not be hidden by this filter criterion. Rows that do not contain such a cell inside a filters element ([ISO/IEC29500-1:2016] section 18.3.2.8) will be hidden.
Attributes:
val: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the value to be used as a filter criterion. The length of this value MUST be less than 65536 characters.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Filter"> <xsd:attribute name="val" type="x:ST_Xstring"/> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).