[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.NumberCellType.IsValid

IsValid Method

IsValid(object)

Determines whether the specified value can be converted to a double-precision, floating point value and is between the minimum and maximum allowed values.

Declaration
public override bool IsValid(object value)
Public Overrides Function IsValid(value As Object) As Boolean
Parameters
Type Name Description
object value

Value to validate

Returns
Type Description
bool

True if Value is valid; false otherwise

Overrides