Aracılığıyla paylaş


SouthwestCell Constructors

Definition

Overloads

SouthwestCell()

Initializes a new instance of the SouthwestCell class.

SouthwestCell(OpenXmlElement[])

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

SouthwestCell(IEnumerable<OpenXmlElement>)

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

SouthwestCell(String)

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

SouthwestCell()

Initializes a new instance of the SouthwestCell class.

public SouthwestCell ();
Public Sub New ()

Applies to

SouthwestCell(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SouthwestCell(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SouthwestCell(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to