Compartilhar via


SoutheastCell Construtores

Definição

Sobrecargas

SoutheastCell()

Inicializa uma nova instância da classe SoutheastCell.

SoutheastCell(OpenXmlElement[])

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

SoutheastCell(IEnumerable<OpenXmlElement>)

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

SoutheastCell(String)

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

SoutheastCell()

Inicializa uma nova instância da classe SoutheastCell.

public SoutheastCell ();
Public Sub New ()

Aplica-se a

SoutheastCell(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SoutheastCell(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SoutheastCell(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a