ColumnItems Constructors

Definition

Overloads

ColumnItems()

Initializes a new instance of the ColumnItems class.

ColumnItems(OpenXmlElement[])

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

ColumnItems(IEnumerable<OpenXmlElement>)

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

ColumnItems(String)

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

ColumnItems()

Initializes a new instance of the ColumnItems class.

public ColumnItems ();
Public Sub New ()

Applies to

ColumnItems(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColumnItems(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColumnItems(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to