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

Description

Sets the allowed data type, comparison type, and minimum and maximum values 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.
minimumValue
A primitive or Date representing the cell's maximum value.
maximumValue
A primitive or Date representing the cell's minimum value.
  • No labels