The ITableFilterConditions interface contains properties and methods used to control the filtering conditions collection.
| Property name | Brief description | |
| Count | The Count property returns the number of set filtration conditions in the collection. | |
| Item | The Item property returns the condition, the index of which is passed as the Index input parameter. |
| Method name | Brief description | |
| Add | The Add method adds filtration condition to the collection. | |
| Clear | The Clear method removes all filtration conditions from the collection. | |
| Remove | The Remove method removes filtration condition, the index of which is passed as the Value input parameter. |
See also: