RowFields Constructors

Definition

Overloads

RowFields()

Initializes a new instance of the RowFields class.

RowFields(OpenXmlElement[])

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

RowFields(IEnumerable<OpenXmlElement>)

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

RowFields(String)

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

RowFields()

Initializes a new instance of the RowFields class.

public RowFields ();
Public Sub New ()

Applies to

RowFields(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RowFields(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RowFields(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to