Compartilhar via


CellType Construtores

Definição

Sobrecargas

CellType()

Inicializa uma nova instância da classe CellType.

CellType(OpenXmlElement[])

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

CellType(IEnumerable<OpenXmlElement>)

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

CellType(String)

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

CellType()

Inicializa uma nova instância da classe CellType.

protected CellType ();
Protected Sub New ()

Aplica-se a

CellType(OpenXmlElement[])

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

protected CellType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CellType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CellType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CellType(IEnumerable<OpenXmlElement>)

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

protected CellType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CellType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CellType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CellType(String)

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

protected CellType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CellType : string -> DocumentFormat.OpenXml.Spreadsheet.CellType
Protected Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a