ValidationRulesPanel.setSource

Syntax

setSource(value: Object);

Parameters

value. Data source.

Description

The setSource method sets a data source for the validation rules panel in the workbook.

Comments

A data source for the validation rules panel can be also set from JSON on creating an instance of the PP.TS.Ui.ValidationRulesPanel class.

Example

The example of method use is given on the page with description of the ValidationRulesPanel constructor.

See also:

ValidationRulesPanel