Share via


ColumnSortMap Constructors

Definition

Overloads

ColumnSortMap()

Initializes a new instance of the ColumnSortMap class.

ColumnSortMap(OpenXmlElement[])

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

ColumnSortMap(IEnumerable<OpenXmlElement>)

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

ColumnSortMap(String)

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

ColumnSortMap()

Initializes a new instance of the ColumnSortMap class.

public ColumnSortMap ();
Public Sub New ()

Applies to

ColumnSortMap(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColumnSortMap(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColumnSortMap(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to