ILanerBox.CanExecuteMethod

Syntax

CanExecuteMethod(Method: LanerBoxMethod): Boolean;

Parameters

Method. Series transformation method.

Description

The CanExecuteMethod method returns whether a specified transformation series can be applied to selected workbook series.

Comments

Available values:

To execute transformation, use the ILanerBox.ExecuteMethodEx method.

Example

The property use is given in the example for ILanerBox.ExecuteMethodEx.

See also:

ILanerBox