RowItems Constructors

Definition

Overloads

RowItems()

Initializes a new instance of the RowItems class.

RowItems(OpenXmlElement[])

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

RowItems(IEnumerable<OpenXmlElement>)

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

RowItems(String)

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

RowItems()

Initializes a new instance of the RowItems class.

public RowItems ();
Public Sub New ()

Applies to

RowItems(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RowItems(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RowItems(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to