[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.SlicerSort

SlicerSort Enum

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.

Namespace: GrapeCity.Spreadsheet.Slicers
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum SlicerSort : byte
Public Enum SlicerSort As Byte

Fields

Name Description
Ascending

Slicer items are sorted in ascending order by item captions.

DataSourceOrder

Slicer items are displayed in the order provided by the data source.

Descending

Slicer items are sorted in descending order by item captions.