2.2.4.116 SlicerItemRange

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

Represents a contiguous range of slicer items.

 <xs:complexType name="SlicerItemRange" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <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: Non-negative number representing the index of the first slicer item.

End: Non-negative number representing the index of the last slicer item.