Share via


WorksheetSortMap.RowSortMap Property

Row Sort Map.Represents the element tag in schema: xne:rowSortMap

Namespace:  DocumentFormat.OpenXml.Office.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RowSortMap As RowSortMap
    Get
    Set
'Usage
Dim instance As WorksheetSortMap
Dim value As RowSortMap

value = instance.RowSortMap

instance.RowSortMap = value
public RowSortMap RowSortMap { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Office.Excel.RowSortMap

See Also

Reference

WorksheetSortMap Class

WorksheetSortMap Members

DocumentFormat.OpenXml.Office.Excel Namespace