2.2.4.97 BindingData

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

Contains cell data and headers depending on the coerce type specified in this structure.

 <xs:complexType name="BindingData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="CoerceType" type="tns:DdaCoerceType"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Data" type="tns:ArrayOfAnyType"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Headers" type="tns:ArrayOfAnyType"/>
   </xs:sequence>
 </xs:complexType>

CoerceType: A DdaCoerceType (section 2.2.5.7) value that indicates the type of data contained in this structure.

Data: Contains worksheet cell data of the data source.

Headers: If CoerceType is a table and the data source has headers then this SHOULD contain worksheet cell data for the headers, otherwise this SHOULD be null.