Search
ValidationErrorAction Enumeration
See Also
 






Specifies the action to perform when data validation fails.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum ValidationErrorAction

 Members

  Member name Description

Information

Indicates that an information message box will be displayed.

RaiseEvent

Indicates that an event will be raised.

Stop

Indicates that an error message box will be displayed.

Warning

Indicates that a warning message box will be displayed.

 See Also