Version

SortSettings Property (WorksheetTable)

Gets the settings which determine how the data within the table should be sorted.
Syntax
'Declaration
 
Public ReadOnly Property SortSettings As SortSettings(Of WorksheetTableColumn)
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also