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