2.2.4.39 SlicerItem
Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/
Specifies the visual representation for a slicer item.
-
<xs:complexType name="SlicerItem"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="DisplayName" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="NoData" type="xs:boolean"/> <xs:element minOccurs="1" maxOccurs="1" name="Hidden" type="xs:boolean"/> </xs:sequence> </xs:complexType>
DisplayName: Caption of the slicer item.
NoData: MUST be "true" if there is no data for the slicer item. MUST be "false" otherwise.
Hidden: If the slicer item is not selected, the value MUST be "true". MUST be "false" otherwise.