ITableFilter.Count

Syntax

Count: Integer;

Description

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

Comments

For the DataGrid component the number of autofilter elements corresponds to the number of columns.

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

See. also:

ITableFilter