3.1.4.5.3.2 SlicerItemRange

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

Specifies a range of indices of slicer items.

 <xs:complexType name="SlicerItemRange">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Start" type="xs:int"/>
     <xs:element minOccurs="1" maxOccurs="1" name="End" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

Start: The index to the first slicer item in the requested range. MUST be greater than or equal to zero.

End: The index to the last slicer item in the requested range. MUST be greater than or equal to Start. MUST be less than the total number of slicer items.