Version

SortType Property

Determines whether columns or rows will be sorted within the region. 'Rows' is the default.
Syntax
public WorksheetSortType SortType {get; set;}
Remarks

Note: when this property is changed all existing sort conditions will be cleared so this property should be set before sort conditions are added.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also