EnumTopFilterType
Enum
Modes for selecting top or bottom items by count or percentage in a TopFilter.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public enum TopFilterType
Fields
BottomNumber
Shows the N lowest numeric values in the column.
BottomPercent
Shows the bottom N% of values ranked by magnitude in the column.
TopNumber
Shows the N highest numeric values in the column.
TopPercent
Shows the top N% of values ranked by magnitude in the column.