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