IFilter
Interface
Common contract for filters that control row visibility in AutoFilter ranges by evaluating cell values.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public interface IFilter
Derived Classes:
Methods
Retrieves the cell value at the specified position, transforming it as needed for filter evaluation.
Evaluates whether the row containing the specified value should remain visible based on the filter criteria.
Properties
Column index within the filter range where this filter applies, zero-based relative to the first column of the filter range.
C#
int RelativeColumnIndex { get; }
The relative index of the column.