Assembly: Tab;
The ITableFilterConditions interface contains properties and methods that are used to manage the collection of filtering conditions.
ITableFilterConditions
| 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. |
| 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: