Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / IsValid Method
Value to validate (as object)


In This Topic
    IsValid Method (PercentCellType)
    In This Topic
    Determines whether the specified value can be converted to a double-precision, floating point value and is between the minimum and maximum allowed values.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsValid( _
       ByVal value As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As Object
    Dim value As Boolean
     
    value = instance.IsValid(value)
    public override bool IsValid( 
       object value
    )

    Parameters

    value
    Value to validate (as object)
    See Also