GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerSort Enumeration


SlicerSort Enumeration
Specifies whether items displayed in the slicer are sorted, and if they are sorted, whether they are sorted in ascending or descending order by item captions.
Syntax
'Declaration
 
Public Enum SlicerSort 
   Inherits System.Enum
 
'Usage
 
Dim instance As SlicerSort
Members
MemberDescription
AscendingSlicer items are sorted in ascending order by item captions.
DataSourceOrderSlicer items are displayed in the order provided by the data source.
DescendingSlicer items are sorted in descending order by item captions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Slicers.SlicerSort

See Also