3.1.4.41.2.1 SetCalculationOptions

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

 <xs:element name="SetCalculationOptions" 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="1" maxOccurs="1" name="calcType" type="tns:WorkbookCalculation"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

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

calcType: The calculation mode value as specified in section 3.1.4.41.4.1.