Page tree
Skip to end of metadata
Go to start of metadata

Description

Sets the allowed data type, comparison type, and minimum value to use when validating a cell entry.

C#
vb.net

Parameters

allowedType
The data type allowed in the cell.
comparison
The comparison used to validate the cell's value.
value
A primitive or Date representing data validation's constraint value.

Remarks

This method may only be used for ValidationTypes other than List and Custom. This method may only be used for ComparisonTypes other than Between and NotBetween. See object documentation for the ValidationType parameter type combinations accepted by this method.
  • No labels