CellStyleFormats Constructors

Definition

Overloads

CellStyleFormats()

Initializes a new instance of the CellStyleFormats class.

CellStyleFormats(OpenXmlElement[])

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

CellStyleFormats(IEnumerable<OpenXmlElement>)

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

CellStyleFormats(String)

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

CellStyleFormats()

Initializes a new instance of the CellStyleFormats class.

public CellStyleFormats ();
Public Sub New ()

Applies to

CellStyleFormats(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CellStyleFormats(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CellStyleFormats(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to