Returns the type of comparison that will be used to validate a value entered in a cell with a data validation rule.

public ComparisonType Comparison{ get; }
Public ReadOnly Property Comparison() As ComparisonType

For validation types where ComparisonType is not allowed, (List, Custom, and AnyValue) this method will throw an exception.