Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / SortItems Property


In This Topic
SortItems Property (ISlicerCache)
In This Topic
Gets or sets the sort order of the items in the slicer.
Syntax
'Declaration
 
Property SortItems As SlicerSort
 
'Usage
 
Dim instance As ISlicerCache
Dim value As SlicerSort
 
instance.SortItems = value
 
value = instance.SortItems

Property Value

The sort order of the items in the slicer.
See Also