Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / Value Property


In This Topic
    Value Property (IValidation)
    In This Topic
    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