ITableFilter.Count

Syntax

Count: Integer;

Description

The Count property returns the number of elements in the autofilter.

Comments

The number of elements in the autofilter corresponds to the number of columns for the DataGrid component.

For the table that is implemented by the ITabSheet interface the number of elements in the autofilter is determined by the number of columns that are included to the range specified in the ITabAutoFilter.Range property.

See also:

ITableFilter