WorksheetSortMap Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WorksheetSortMap() |
Initializes a new instance of the WorksheetSortMap class. |
WorksheetSortMap(OpenXmlElement[]) |
Initializes a new instance of the WorksheetSortMap class with the specified child elements. |
WorksheetSortMap(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the WorksheetSortMap class with the specified child elements. |
WorksheetSortMap(String) |
Initializes a new instance of the WorksheetSortMap class from outer XML. |
WorksheetSortMap()
Initializes a new instance of the WorksheetSortMap class.
public WorksheetSortMap ();
Public Sub New ()
Applies to
WorksheetSortMap(OpenXmlElement[])
Initializes a new instance of the WorksheetSortMap class with the specified child elements.
public WorksheetSortMap (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
WorksheetSortMap(IEnumerable<OpenXmlElement>)
Initializes a new instance of the WorksheetSortMap class with the specified child elements.
public WorksheetSortMap (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
WorksheetSortMap(String)
Initializes a new instance of the WorksheetSortMap class from outer XML.
public WorksheetSortMap (string outerXml);
new DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap : string -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.