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