共用方式為


BackWall Constructors

Definition

Overloads

BackWall()

Initializes a new instance of the BackWall class.

BackWall(OpenXmlElement[])

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

BackWall(IEnumerable<OpenXmlElement>)

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

BackWall(String)

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

BackWall()

Initializes a new instance of the BackWall class.

public BackWall ();
Public Sub New ()

Applies to

BackWall(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackWall(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackWall(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to