Search
WorkbookView.getValidateOnPaste Method
See Also
 






Gets a value indicating whether to validate pasted data

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

 Syntax

Java  Copy Code

public boolean getValidateOnPaste ()

 Return Value

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

 See Also