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