msoFilterComparison |
Specifies how the Column and CompareTo properties are compared for an ODSOFilter object. |
msoFilterComparisonContains | Column matches CompareTo if any part of the CompareTo string is contained in the Column value. |
msoFilterComparisonEqual | Column matches CompareTo if the CompareTo value is the same as the Column value. |
msoFilterComparisonGreaterThan | Column matches CompareTo if the Column value is greater than the CompareTo value. |
msoFilterComparisonGreaterThanEqual | Column matches CompareTo if the Column value is greater than or equal to the CompareTo value. |
msoFilterComparisonIsBlank | Column passes filter if Column is blank. |
msoFilterComparisonIsNotBlank | Column passes filter if Column is blank. |
msoFilterComparisonLessThan | Column matches CompareTo if the Column value is less than the CompareTo value. |
msoFilterComparisonLessThanEqual | Column matches CompareTo if the Column value is less than or equal to the CompareTo value. |
msoFilterComparisonNotContains | Column matches CompareTo if any part of the CompareTo string is not contained in the Column value. |
msoFilterComparisonNotEqual | Column matches CompareTo if the CompareTo value is not equal to the Column value. |
msoFilterComparisonContains |
Column matches CompareTo if any part of the CompareTo string is contained in the Column value. |
msoFilterComparisonEqual |
Column matches CompareTo if the CompareTo value is the same as the Column value. |
msoFilterComparisonGreaterThan |
Column matches CompareTo if the Column value is greater than the CompareTo value. |
msoFilterComparisonGreaterThanEqual |
Column matches CompareTo if the Column value is greater than or equal to the CompareTo value. |
msoFilterComparisonIsBlank |
Column passes filter if Column is blank. |
msoFilterComparisonIsNotBlank |
Column passes filter if Column is blank. |
msoFilterComparisonLessThan |
Column matches CompareTo if the Column value is less than the CompareTo value. |
msoFilterComparisonLessThanEqual |
Column matches CompareTo if the Column value is less than or equal to the CompareTo value. |
msoFilterComparisonNotContains |
Column matches CompareTo if any part of the CompareTo string is not contained in the Column value. |
msoFilterComparisonNotEqual |
Column matches CompareTo if the CompareTo value is not equal to the Column value. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top