enum ValidationAlertStyle in module com::sun::star::sheet::

(Global Index)

Syntax

enum ValidationAlertStyle;

Description

used to specify how invalid cell contents are treated.

Values Summary

STOP error message is shown and the change is rejected.

WARNING warning message is shown and the user is asked whether the change is to be accepted.

INFO information message is shown and the user is asked whether the change is to be accepted.

MACRO macro is executed.

Values Details



STOP

Syntax

STOP,

Description

error message is shown and the change is rejected.


WARNING

Syntax

WARNING,

Description

warning message is shown and the user is asked whether the change is to be accepted.


INFO

Syntax

INFO,

Description

information message is shown and the user is asked whether the change is to be accepted.


MACRO

Syntax

MACRO,

Description

macro is executed.

Top of Page