Spread Silverlight Documentation
IsInvalid Property (ValidationPastingEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationPastingEventArgs Class : IsInvalid Property
Gets or sets whether the value is invalid.
Syntax
'Declaration
 
Public Property IsInvalid As System.Boolean
'Usage
 
Dim instance As ValidationPastingEventArgs
Dim value As System.Boolean
 
instance.IsInvalid = value
 
value = instance.IsInvalid
public System.bool IsInvalid {get; set;}

Property Value

true if [is invalid]; otherwise, false.
See Also

Reference

ValidationPastingEventArgs Class
ValidationPastingEventArgs Members