2.2.5.27 RestSlicerSelectionMode

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Indicates the behavior to follow when updating the state of the slicer selection.

 <xs:simpleType name="RestSlicerSelectionMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="SelectedOnly"/>
     <xs:enumeration value="ClearFilter"/>
     <xs:enumeration value="Cumulative"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the RestSlicerSelectionMode simple type.

Value

Meaning

SelectedOnly

The following steps MUST be performed in the following order:

  • All previously selected items MUST be unselected.

  • Next slicer items identified for selection by the protocol client MUST be selected.

  • The slicer items identified to be unselected by the protocol client MUST be ignored.

  • If there is no selected items as a result of the previous operations, all items in the slicer MUST be selected.

ClearFilter

All items in the slicer MUST be selected.

Cumulative

The following steps MUST be performed in the following order:

  • First all slicer items identified for selection by the protocol client MUST be selected

  • Next all slicer items identified to be unselected by the protocol client MUST be unselected.

  • If there are no selected items as a result of the previous operation – all items in the slicer MUST be selected.