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