DataGridView.MergeColumnFilters Method
| Name | Parameters | Description |
|---|---|---|
| MergeColumnFilters(CriteriaOperator) | filterCriteria |
Combines the specified filter with the grid’s current filter with the AND operator.
|
| MergeColumnFilters(String) | filterString |
Combines the specified filter with the grid’s current filter with the AND operator.
|