ValidationSettingsDialog.setCurrentState

Syntax

setCurrentState(state: Object);

Parameters

state. Validation rule settings. Optional parameter. If this parameter is not defined, default setting values are loaded in the dialog box.

Description

The setCurrentState method defines settings for the dialog box used to edit workbook data validation rule.

Example

The example of use is given on the page with description of the ValidationErrorsPanel.getValidationSettingsDialog method.

See also:

ValidationSettingsDialog