3.1.4.13.3.3 AutoFilterItem
Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/
Specifies a filter value filtering state and its caption.
-
<xs:complexType name="AutoFilterItem"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Selected" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="DisplayString" type="xs:string"/> </xs:sequence> </xs:complexType>
Selected: Specifies whether the filter value is included in the filter. A "true" value specifies that the filter value is included. A "false" value specifies that the filter value is excluded.
DisplayString: The caption of a filter value. MUST be present. The number of characters MUST be greater than or equal to 1 and less than or equal to 255.