Search
ObjectInteractionValidationEvent.setCancel Method
See Also
 






Sets a value indicating whether to cancel the current operation.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setCancel (
    boolean value
)

 Parameters

value

 Remarks

Set this property to true to prevent the user from completing the operation.

 See Also