ITableFilterConditions

Assembly: Tab;

Description

The ITableFilterConditions interface contains properties and methods that are used to manage the collection of filtering conditions.

Inheritance Hierarchy

          ITableFilterConditions

Properties

  Property name Brief description
Count The Count property returns the number of specified filtering conditions in the collection.
Item The Item property returns condition by its index.

Methods

  Method name Brief description
Add The Add method adds a filtering condition to the collection.
Clear The Clear method deletes all filtering conditions from the collection.
Remove The Remove method removes filtering condition by its index.

See also:

Tab Assembly Interfaces