Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerSort Enumeration


In This Topic
    SlicerSort Enumeration
    In This Topic
    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
    public enum SlicerSort : System.Enum 
    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