Data 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
Data() |
Initializes a new instance of the Data class. |
Data(OpenXmlElement[]) |
Initializes a new instance of the Data class with the specified child elements. |
Data(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Data class with the specified child elements. |
Data(String) |
Initializes a new instance of the Data class from outer XML. |
Data()
Initializes a new instance of the Data class.
public Data ();
Public Sub New ()
Applies to
Data(OpenXmlElement[])
Initializes a new instance of the Data class with the specified child elements.
public Data (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Data(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Data class with the specified child elements.
public Data (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Data(String)
Initializes a new instance of the Data class from outer XML.
public Data (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.