RowItem Constructors

Definition

Overloads

RowItem()

Initializes a new instance of the RowItem class.

RowItem(OpenXmlElement[])

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

RowItem(IEnumerable<OpenXmlElement>)

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

RowItem(String)

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

RowItem()

Initializes a new instance of the RowItem class.

public RowItem ();
Public Sub New ()

Applies to

RowItem(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RowItem(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RowItem(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to