Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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