[]
        
(Showing Draft Content)

Using Validation in Cells

You can use built-in validators and actions to validate data in cells. The validators allow you to set validation conditions such as minimum and maximum values. The actions allow you to notify the user when a validation fails (cell color change, sound, and so on).

The following validators are available:

  • CharFormatValidator
  • CompareCellValidator
  • CompareStringValidator
  • CompareValueValidator
  • EncodingValidator
  • ExcludeListValidator
  • IncludeListValidator
  • PairCharValidator
  • RangeValidator
  • RegularExpressionValidator
  • RequiredFieldValidator
  • RequiredTypeValidator
  • SurrogateCharValidator
  • TextLengthValidator

The following validation actions are available:

The following topics provide information about using validators in cells:

See Also

Validating User Input

Customizing the User Error Messages

Displaying Error Icons in Cells or Rows