3.1.4.80.2.1 DdaDeleteAllDataValues

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

 <xs:element name="DdaDeleteAllDataValues" 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="controlId" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="bindingId" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="currentSheetName" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

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

controlId:  String that is a unique ID for the Office Web Extension. MUST be present.

bindingId:  String that specifies the Office Web Extension defined name for a binding. MUST be present     .

currentSheetName:  The worksheet name of the sheet currently visible to the user.