WorksheetSortMapPart.WorksheetSortMap Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property WorksheetSortMap As WorksheetSortMap
Get
Set
'Usage
Dim instance As WorksheetSortMapPart
Dim value As WorksheetSortMap
value = instance.WorksheetSortMap
instance.WorksheetSortMap = value
public WorksheetSortMap WorksheetSortMap { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap