Share via


WorksheetSortMap.ColumnSortMap Property

Column Sort Map.Represents the element tag in schema: xne:colSortMap

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

Syntax

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

value = instance.ColumnSortMap

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

Property Value

Type: DocumentFormat.OpenXml.Office.Excel.ColumnSortMap

See Also

Reference

WorksheetSortMap Class

WorksheetSortMap Members

DocumentFormat.OpenXml.Office.Excel Namespace