Search
CellValidationEvent.setCancel Method
See Also
 






Sets a value indicating whether to cancel the related operation.

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

 Syntax

Java  Copy Code

public void setCancel (
    boolean value
)

 Parameters

value

true to cancel the operation, or false otherwise.

 Remarks

If the validation event is raised for cells in a range, setting this property will cancel the whole operation. Set the SkipCell property to skip individual cell changes without cancelling the whole operation. Call getContext to find what operation caused the requested change.

 See Also