The AutoFilterConditionKind enumeration contains conditions of the custom auto filter that can be specified.
The following properties and methods use this type:
Value | Brief description |
0 | None. None;. |
1 | Equal. Equal. |
2 | NonEqual. Non equal. |
3 | Greater. Greater. |
4 | GreaterOrEqual. Greater or equal. |
5 | Less. Less. |
6 | LessOrEqual. Less or equal. |
7 | StartWith. Starts with. |
8 | NoStartWith. Not starts with. |
9 | FinishWith. Ends with. |
10 | NonFinish. Does not end at. |
11 | Contain. Contains. |
12 | NotContain. Does not contain. |
See also: