DynamicFilter
Filters rows based on dynamic date/time criteria (e.g., Today, This Month, Last Year) or numeric criteria (Above/Below Average); recalculates on each evaluation.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class DynamicFilter : CellValuesFilterBase, IFilter
Inheritance: objectFilterBase<ICellValue>CellValuesFilterBaseDynamicFilter
Implements:
Inherited Members
Constructors
Initializes a new instance of the DynamicFilter class.
public DynamicFilter(int relativeColumnIndex, DynamicFilterType dynamicFilterType)
Relative index of the column.
dynamicFilterTypeDynamicFilterTypeType of the dynamic filter.
Methods
Retrieves the cell value at the specified row and column, interpreting numeric values as dates when formatted as such.
Determines whether the row containing the specified date or numeric value satisfies the dynamic filter criterion.
Properties
Gets the dynamic filter criterion (date-relative, time period, or average comparison) applied to cell values.
public DynamicFilterType DynamicFilterType { get; }
The type of the dynamic filter.