DataReferences Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataReferences() |
Initializes a new instance of the DataReferences class. |
DataReferences(OpenXmlElement[]) |
Initializes a new instance of the DataReferences class with the specified child elements. |
DataReferences(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the DataReferences class with the specified child elements. |
DataReferences(String) |
Initializes a new instance of the DataReferences class from outer XML. |
DataReferences()
Initializes a new instance of the DataReferences class.
public DataReferences ();
Public Sub New ()
Applies to
DataReferences(OpenXmlElement[])
Initializes a new instance of the DataReferences class with the specified child elements.
public DataReferences (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.DataReferences : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.DataReferences
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
DataReferences(IEnumerable<OpenXmlElement>)
Initializes a new instance of the DataReferences class with the specified child elements.
public DataReferences (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.DataReferences : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.DataReferences
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
DataReferences(String)
Initializes a new instance of the DataReferences class from outer XML.
public DataReferences (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.DataReferences : string -> DocumentFormat.OpenXml.Spreadsheet.DataReferences
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.