Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public void SetAllowedType(ValidationType allowedType, ComparisonType comparison, System.Object minimumValue, System.Object maximumValue)
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub SetAllowedType(ByVal allowedType As ValidationType, ByVal comparison As ComparisonType, ByVal minimumValue As Object, ByVal maximumValue As Object)
{signature}
{parameters}
{param:allowedType}The data type allowed in the cell.{param}
{param:comparison}The comparison used to validate the cell's value.{param}
{param:minimumValue}A primitive or Date representing the cell's maximum value.{param}
{param:maximumValue}A primitive or Date representing the cell's minimum value.{param}
Parameters
Param
allowedType
allowedType

The data type allowed in the cell.

Param
comparison
comparison

The comparison used to validate the cell's value.

Param
minimumValue
minimumValue

A primitive or Date representing the cell's maximum value.

Param
maximumValue
maximumValue

A primitive or Date representing the cell's minimum value.