2.2.4.80 BindingMetadata

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

Information about a single Office Web Extension binding that Excel uses to implement features related to bindings.

 <xs:complexType name="BindingMetadata" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="BindingType" type="tns:DdaBindingType"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Version" type="xs:int"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Reference" type="tns:BindingReference"/>
     <xs:element minOccurs="1" maxOccurs="1" name="HasHeaders" type="xs:boolean"/>
     <xs:element minOccurs="1" maxOccurs="1" name="HasTotals" type="xs:boolean"/>
     <xs:element minOccurs="1" maxOccurs="1" name="IsValidRef" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

Name:  The Office Web Extension defined name for a binding.

BindingType: Indicates the type of this binding.

Version:  An integer that is incremented for a change in the size or location of this binding.

Reference: Describes the worksheet range that this binding represents.

HasHeaders: Specifies whether the binding includes a table header. MUST be true if the binding includes a table header and false otherwise.

HasTotals:  Specifies whether the binding includes a table totals row. MUST be true if the binding includes a table totals row and false otherwise.

IsValidRef: MUST be true if the worksheet range specified by Reference is a valid sheet (2) location and false otherwise.