Search
CellValidationEvent.getCancel Method
See Also
 






Gets a value indicating whether to cancel the related operation.

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

 Syntax

Java  Copy Code

public boolean getCancel ()

 Return Value

true to cancel the operation, or false otherwise.

 See Also