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