Share via


CellType Constructors

Definition

Overloads

CellType()

Initializes a new instance of the CellType class.

CellType(OpenXmlElement[])

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

CellType(IEnumerable<OpenXmlElement>)

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

CellType(String)

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

CellType()

Initializes a new instance of the CellType class.

protected CellType ();
Protected Sub New ()

Applies to

CellType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CellType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CellType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to