XlCustomFilters Properties
A custom filter that uses filter values and comparison operators to construct the filter expression.| Name | Description |
|---|---|
| And | Gets or sets a value indicating whether the logical AND operator should be used to combine two filter criteria. |
| FilterType | Returns the XlFilterType.Custom value that is the current filter’s type. |
| First | Gets or sets the first filter criterion. |
| Second | Gets or sets the second filter criterion. |
See Also