Version

SortSettings Property (WorksheetTable)

Gets the settings which determine how the data within the table should be sorted.
Syntax
public SortSettings<WorksheetTableColumn> SortSettings {get;}
Remarks

Note: Sort conditions are not constantly evaluated as data within the table changes. Sort conditions are applied to the table only when they are are added or removed on a column in the table or when the ReapplySortConditions method is called.

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