Definition Type: Element
Name: Range
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel2003xml.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains the address of the cell mapped by this entry.
Collapse XSD Schema Diagram:
XSD Diagram of Range in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Range" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the address of the cell mapped by this entry.</xsd:documentation>
    </xsd:annotation>
</xsd:element>