InterfaceIFilter
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:
cs-api-definition
public interface IFilter
Derived Classes:
Properties
RelativeColumnIndex
Column index within the filter range where this filter applies, zero-based relative to the first column of the filter range.
Declaration
cs-api-definition
int RelativeColumnIndex { get; }
Property Value
The relative index of the column.
Methods
GetValue(Cells, int, int)
Retrieves the cell value at the specified position, transforming it as needed for filter evaluation.
ShouldShowValue(object)
Evaluates whether the row containing the specified value should remain visible based on the filter criteria.