Spread Windows Forms 12.0 Product Documentation
Value Property (IValidation)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : Value Property
Gets a System.Boolean value indicating whether all the validation criteria are met (that is, if the range contains valid data).
Syntax
'Declaration
 
ReadOnly Property Value As Boolean
'Usage
 
Dim instance As IValidation
Dim value As Boolean
 
value = instance.Value
bool Value {get;}

Property Value

trueif all the validation criteria are met (that is, if the range contains valid data); otherwise, false.
See Also

Reference

IValidation Interface
IValidation Members