Share via


OldCell Constructors

Definition

Overloads

OldCell()

Initializes a new instance of the OldCell class.

OldCell(OpenXmlElement[])

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

OldCell(IEnumerable<OpenXmlElement>)

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

OldCell(String)

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

OldCell()

Initializes a new instance of the OldCell class.

public OldCell ();
Public Sub New ()

Applies to

OldCell(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OldCell(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OldCell(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to