Share via


SideWall Constructors

Definition

Overloads

SideWall()

Initializes a new instance of the SideWall class.

SideWall(OpenXmlElement[])

Initializes a new instance of the SideWall class with the specified child elements.

SideWall(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SideWall class with the specified child elements.

SideWall(String)

Initializes a new instance of the SideWall class from outer XML.

SideWall()

Initializes a new instance of the SideWall class.

public SideWall ();
Public Sub New ()

Applies to

SideWall(OpenXmlElement[])

Initializes a new instance of the SideWall class with the specified child elements.

public SideWall (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.SideWall : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.SideWall
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SideWall(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SideWall class with the specified child elements.

public SideWall (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.SideWall : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.SideWall
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SideWall(String)

Initializes a new instance of the SideWall class from outer XML.

public SideWall (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.SideWall : string -> DocumentFormat.OpenXml.Drawing.Charts.SideWall
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to