Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / SortItems Property


In This Topic
    SortItems Property (SlicerCache)
    In This Topic
    Returns or sets the sort order of the items in the slicer
    Syntax
    'Declaration
     
    
    Public Property SortItems As SlicerSort
    'Usage
     
    
    Dim instance As SlicerCache
    Dim value As SlicerSort
     
    instance.SortItems = value
     
    value = instance.SortItems
    public SlicerSort SortItems {get; set;}
    See Also