Search
WorkbookView.setValidateOnPaste Method
See Also
 






Sets a value indicating whether to validate pasted data

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

 Syntax

Java  Copy Code

public void setValidateOnPaste (
    boolean value
)

 Parameters

value

true to apply value Validation rules when pasting, or false otherwise.

 See Also