2.6.120 CT_RangePr

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: CT_Connection

The CT_RangePr complex type specifies properties of a Model Data Source Worksheet Data connection ([MS-XLSB] section 2.2.8.9.3).

Attributes:

sourceName: An attribute of type ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) that specifies the string identifier of the source cell range for this connection. The string length MUST be less than or equal to 65,535 characters.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_RangePr">
   <xsd:attribute name="sourceName" use="required" type="x:ST_Xstring"/>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).