3.1.4.19.2.1 GetPivotMenu

The GetPivotMenu element specifies the input data for the GetPivotMenu WSDL operation.

 <xs:element name="GetPivotMenu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="parameter" type="tns:CommandParameter"/>
       <xs:element minOccurs="0" maxOccurs="1" name="pivotOperationOptions" type="tns:PivotOperationOptions"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameter: A CommandParameter as specified in section 2.2.4.20. This element MUST be present.

pivotOperationOptions: The PivotTable area location, the PivotTable anchor information, or the PivotChart anchor information. This element MUST be present. The following behavior MUST extend or override the standard behavior that is specified in section 2.2.4.28:

  • The value of the SourceIndex element MUST be greater than or equal to 0.

  • The FieldId element MUST NOT be present.