Compartilhar via


NortheastCell Construtores

Definição

Sobrecargas

NortheastCell()

Inicializa uma nova instância da classe NortheastCell.

NortheastCell(OpenXmlElement[])

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

NortheastCell(IEnumerable<OpenXmlElement>)

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

NortheastCell(String)

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

NortheastCell()

Inicializa uma nova instância da classe NortheastCell.

public NortheastCell ();
Public Sub New ()

Aplica-se a

NortheastCell(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

NortheastCell(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

NortheastCell(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a