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