Search
CellValidationEvent.setSkipCell Method
See Also
 






Sets a value indicating whether to skip current cell.

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

 Syntax

Java  Copy Code

public void setSkipCell (
    boolean value
)

 Parameters

value

true to skip current cell, or false otherwise.

 Remarks

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

 See Also