ExternalRow Constructors

Definition

Overloads

ExternalRow()

Initializes a new instance of the ExternalRow class.

ExternalRow(OpenXmlElement[])

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

ExternalRow(IEnumerable<OpenXmlElement>)

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

ExternalRow(String)

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

ExternalRow()

Initializes a new instance of the ExternalRow class.

public ExternalRow ();
Public Sub New ()

Applies to

ExternalRow(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ExternalRow(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ExternalRow(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to