Top   Module   Use   Manual   Index 

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

enum ValidationAlertStyle


Description
used to specify how invalid cell contents are treated.


Values

STOP
Description
error message is shown and the change is rejected.
WARNING
Description
warning message is shown and the user is asked whether the change is to be accepted.
INFO
Description
information message is shown and the user is asked whether the change is to be accepted.
MACRO
Description
macro is executed.
Top of Page