Sets a value indicating whether to skip current cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void setSkipCell ( |
true to skip current cell, or false otherwise.
RemarksIf 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