Compartilhar via


SouthwestCell Construtores

Definição

Sobrecargas

SouthwestCell()

Inicializa uma nova instância da classe SouthwestCell.

SouthwestCell(OpenXmlElement[])

Inicializa uma nova instância da classe SouthwestCell com os elementos filho especificados.

SouthwestCell(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe SouthwestCell com os elementos filho especificados.

SouthwestCell(String)

Inicializa uma nova instância da classe SouthwestCell do XML externo.

SouthwestCell()

Inicializa uma nova instância da classe SouthwestCell.

public SouthwestCell ();
Public Sub New ()

Aplica-se a

SouthwestCell(OpenXmlElement[])

Inicializa uma nova instância da classe SouthwestCell com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SouthwestCell(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe SouthwestCell com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SouthwestCell(String)

Inicializa uma nova instância da classe SouthwestCell do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a