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:

Use the ILanerBox.ExecuteOperation method to apply operation.

Example

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

See also:

ILanerBox