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