Spread Silverlight Documentation
ValidateForPasting Property


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : ValidateForPasting Property
Specifies whether to validate value when pasting.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ValidateForPasting As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.ValidateForPasting = value
 
value = instance.ValidateForPasting
[System.ComponentModel.DefaultValue()]
public System.bool ValidateForPasting {get; set;}
See Also

Reference

SheetView Class
SheetView Members