[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.IsValid

IsValid Method

IsValid(object)

Determines whether the specified value is valid.

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

Value to validate (as object)

Returns
Type Description
bool

True if Value is valid; false otherwise

Implements