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 operation can be applied to the workbook.
False. The operation cannot be applied to the workbook.
Use the ILanerBox.ExecuteOperation method to apply operation.
The method use is given in description of ILanerBox.ExecuteOperation.
See also: