ReferenceSequence class
Defines the ReferenceSequence Class.This class is only available in Office2010. When the object is serialized out as xml, its qualified name is xne:sqref.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.OpenXmlLeafTextElement
DocumentFormat.OpenXml.Office.Excel.ReferenceSequence
Namespace: DocumentFormat.OpenXml.Office.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.4.5 sqref
Target namespace: http://schemas.microsoft.com/office/excel/2006/main
Referenced by: CT_ConditionalFormatting, CT_DataValidation, CT_Sparkline, CT_IgnoredError, CT_ProtectedRange
A sqref element is an ST_Sqref type element, as specified in section 2.7.2, that specifies a list of cell references.
An application can adjust these cell references when the worksheet layout changes, even when the containing ext element, as specified in [ISO/IEC-29500-1] section 18.2.7, is not recognized by the application. See [ISO/IEC-29500-3] section 10.1.2 for more information about how extension lists are used.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="sqref" type="CT_Sqref"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).