:: com :: sun :: star :: sheet ::

enum ValidationAlertStyle
Description
used to specify how invalid cell contents are treated.

Values
STOP error message is shown and the change is rejected.  
WARNING warning message is shown and the user is asked whether the change will be accepted (defaulted to "No").  
INFO information message is shown and the user is asked whether the change will be accepted (defaulted to "Yes").  
MACRO macro is executed.  
Values' Details
STOP
STOP,
Description
error message is shown and the change is rejected.
WARNING
WARNING,
Description
warning message is shown and the user is asked whether the change will be accepted (defaulted to "No").
INFO
INFO,
Description
information message is shown and the user is asked whether the change will be accepted (defaulted to "Yes").
MACRO
MACRO,
Description
macro is executed.
Top of Page