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