:: 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.