CanExecuteOperation(Operation: LanerBoxOperation): Boolean;
Operation. Type of the operation to be performed.
The CanExecuteOperation method returns whether the specified operation can be applied to the workbook displayed in LanerBox.
Available values:
True. The specified operation can be applied to the workbook.
False. The operation cannot be applied to the workbook.
To apply the operation, use the ILanerBox.ExecuteOperation method.
The method use is given in description of ILanerBox.ExecuteOperation.
See also: