ITableFilterConditions

Description

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

Properties

  Property name Brief description
Count The Count property returns the number of set filtering conditions in the collection.
Item The Item property returns the condition, which index is passed as the Index input parameter.

Methods

  Method name Brief description
Add The Add method adds a filtering condition to the collection.
Clear The Clear method removes all filtering conditions from the collection.
Remove The Remove method removes the filtering condition, which index is passed as the Value input parameter.

See also:

Forms Assembly Interfaces