RangeProperties class

Office 2013 and later

Defines the RangeProperties Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:rangePr.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2013.Excel.RangeProperties

Namespace:  DocumentFormat.OpenXml.Office2013.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

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.<96>

Attributes:

sourceName: An attribute of type ST_Xstring ([ISO/IEC-29500-1] 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] 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] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: