Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingMode Enumeration


SortingMode Enumeration
The mode used to specify the sorting behavior.
Syntax
'Declaration
 
Public Enum SortingMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As SortingMode
Members
MemberDescription
RangeSortingSorts by swapping real data in the models.
ViewIndexSorts using the View index.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.SortingMode

See Also