Aracılığıyla paylaş


RowSortMap Constructors

Definition

Overloads

RowSortMap()

Initializes a new instance of the RowSortMap class.

RowSortMap(OpenXmlElement[])

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

RowSortMap(IEnumerable<OpenXmlElement>)

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

RowSortMap(String)

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

RowSortMap()

Initializes a new instance of the RowSortMap class.

public RowSortMap ();
Public Sub New ()

Applies to

RowSortMap(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RowSortMap(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RowSortMap(String)

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

public RowSortMap (string outerXml);
new DocumentFormat.OpenXml.Office.Excel.RowSortMap : string -> DocumentFormat.OpenXml.Office.Excel.RowSortMap
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to