ClassSpreadTop10Filter
Class
Represents a Top 10 filter that shows the top or bottom N items or percentages.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public class SpreadTop10Filter : ISpreadFilter
Inheritance: objectSpreadTop10Filter
Implements:
Constructors
SpreadTop10Filter(SpreadTop10FilterType, double)
Initializes a new instance of the SpreadTop10Filter class.
Declaration
cs-api-definition
public SpreadTop10Filter(SpreadTop10FilterType filterType, double value)
Parameters
filterType
The type of top/bottom filter.
value
The count or percentage value. Must be a finite number greater than zero.
Exceptions
Thrown when value is less than or equal to zero.
Thrown when value is NaN or Infinity.
Remarks
See the class-level remarks for streaming-mode limitations regarding Top10 filter evaluation.
Properties
FilterType
Gets the type of top/bottom filter.
Declaration
cs-api-definition
public SpreadTop10FilterType FilterType { get; }
Property Value