Gets a value indicating whether to cancel the current operation.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean getCancel () |
RemarksSet this property to true to prevent the user from completing the operation. If the current operation is starting an in-place editing, the in-place editing does not happen at all. If the current operation is ending an in-place editing, the editing does not end.
See Also