ITableFilterItem.IsFiltered

Fore Syntax

IsFiltered(FormattedValue: String; Value: Variant): Boolean;

Fore.NET Syntax

IsFiltered(FormattedValue: String; Value: Object): Boolean;

Parameters

FormattedValue.  The parameter determines a value for which the format is set in the cell.

Value. The parameter determines a value for which the format is not set.

Description

The IsFiltered property determines whether the specified value satisfies the settings of autofilter event if this value is not present in the table.

See also:

ITableFilterItem