WbkTransformDialog.ApplyFormula

Syntax

ApplyFormula: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: DialogResult - an object with data defined in the formula editor.

Description

The ApplyFormula event occurs after applying a formula in the corresponding workbook dialog box.

Example

The example of use is given in the description page of the WbkTransformDialog class constructor.

See also:

WbkTransformDialog