2.2.4.9 ArrayOfSlicerFormatElement

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

An array of SlicerFormatElement elements (section 2.2.4.37).

The position of the SlicerFormatElement in the array indicates which slicer visual component the SlicerFormatElement is applied to.

The array MUST have 10 elements. The following table lists the index in the array and the corresponding slicer visual component to which the SlicerFormatElement at that index is applied.

Index

Slicer visual component

0

Equivalent to the meaning of TseType TSEWHOLETABLE specified in [MS-XLSB] section 2.5.149

1

Equivalent to the meaning of TseType TSEHEADERROW specified in [MS-XLSB] section 2.5.149

2

Equivalent to the meaning of TseType TSESLICERITEMSELECTED specified in [MS-XLSB] section 2.5.149

3

Equivalent to the meaning of TseType TSESLICERITEMUNSELECTED specified in [MS-XLSB] section 2.5.149

4

Equivalent to the meaning of TseType TSESLICERITEMNODATA specified in [MS-XLSB] section 2.5.149

5

Equivalent to the meaning of TseType TSESLICERITEMNODATASELECTED specified in [MS-XLSB] section 2.5.149

6

Equivalent to the meaning of TseType TSESLICERITEMSELECTEDHOVER specified in [MS-XLSB] section 2.5.149

7

Equivalent to the meaning of TseType TSESLICERITEMUNSELECTEDHOVER specified in [MS-XLSB] section 2.5.149

8

Equivalent to the meaning of TseType TSESLICERITEMNODATAHOVER specified in [MS-XLSB] section 2.5.149

9

Equivalent to the meaning of TseType TSESLICERITEMNODATASELECTEDHOVER specified in [MS-XLSB] section 2.5.149

 <xs:complexType name="ArrayOfSlicerFormatElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="SlicerFormatElement" nillable="true" type="tns:SlicerFormatElement"/>
   </xs:sequence>
 </xs:complexType>

SlicerFormatElement: A SlicerFormatElement element as specified in section 2.2.4.37.