Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationExecutedResult Structure / IsValid Property


In This Topic
IsValid Property (DataValidationExecutedResult)
In This Topic
Gets or sets a boolean value which indicates whether the validating is valid.
Syntax
'Declaration
 
Public Property IsValid As Boolean
 
'Usage
 
Dim instance As DataValidationExecutedResult
Dim value As Boolean
 
instance.IsValid = value
 
value = instance.IsValid

Property Value

true if the validating is valid; otherwise, false.
See Also