FullReference class
Defines the FullReference Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:fullRef.
Inheritance hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office15.Drawing.Chart.FullReference
Namespace: DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(SequenceOfReferences), FileFormatVersions.Office15)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class FullReference _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As FullReference
[ChildElementInfoAttribute(typeof(SequenceOfReferences), FileFormatVersions.Office15)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class FullReference : OpenXmlCompositeElement
Remarks
2.3.36 fullRef
Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart
A CT_FullRef element that specifies the non-filtered data source reference for filtered out chart ([ISO/IEC-29500-1] section 21.2) series data.
This reference is in the form of a book, sheet, and cell reference. This reference does not include the equals sign.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="fullRef" type="CT_FullRef"/>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.61 CT_FullRef
Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart
Referenced by: fullRef
A complex type that specifies the non-filtered data source reference for filtered out chart ([ISO/IEC-29500-1] section 21.2) series data.
Child Elements:
sqref: A string [TYPE HERE: Needs normative reference] element that specifies [TYPE HERE]
<<REVIEW>>Contains the full, unfiltered ref for part of a chart.<<REVIEW>>
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_FullRef">
<xsd:sequence>
<xsd:element name="sqref" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.