CellMetadata Constructors

Definition

Overloads

CellMetadata()

Initializes a new instance of the CellMetadata class.

CellMetadata(OpenXmlElement[])

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

CellMetadata(IEnumerable<OpenXmlElement>)

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

CellMetadata(String)

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

CellMetadata()

Initializes a new instance of the CellMetadata class.

public CellMetadata ();
Public Sub New ()

Applies to

CellMetadata(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CellMetadata(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CellMetadata(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to