msoFilterComparison

Specifies how the Column and CompareTo properties are compared for an ODSOFilter object.

msoFilterComparisonContainsColumn matches CompareTo if any part of the CompareTo string is contained in the Column value.
msoFilterComparisonEqualColumn matches CompareTo if the CompareTo value is the same as the Column value.
msoFilterComparisonGreaterThanColumn matches CompareTo if the Column value is greater than the CompareTo value.
msoFilterComparisonGreaterThanEqualColumn matches CompareTo if the Column value is greater than or equal to the CompareTo value.
msoFilterComparisonIsBlankColumn passes filter if Column is blank.
msoFilterComparisonIsNotBlankColumn passes filter if Column is blank.
msoFilterComparisonLessThanColumn matches CompareTo if the Column value is less than the CompareTo value.
msoFilterComparisonLessThanEqualColumn matches CompareTo if the Column value is less than or equal to the CompareTo value.
msoFilterComparisonNotContainsColumn matches CompareTo if any part of the CompareTo string is not contained in the Column value.
msoFilterComparisonNotEqualColumn 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