ILanerBox.CanExecuteOperation

Syntax

CanExecuteOperation(Operation: LanerBoxOperation): Boolean;

Parameters

Operation. Type of the operation to be performed.

Description

The CanExecuteOperation method returns whether the specified operation can be applied to the workbook displayed in LanerBox.

Comments

Available values:

To apply the operation, use the ILanerBox.ExecuteOperation method.

Example

The method use is given in description of ILanerBox.ExecuteOperation.

See also:

ILanerBox