Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / IsValid Method
Value to validate (as object)


In This Topic
IsValid Method (BaseCellType)
In This Topic
Determines whether the specified value is valid.
Syntax
'Declaration
 
Public Overridable Function IsValid( _
   ByVal value As Object _
) As Boolean
 
'Usage
 
Dim instance As BaseCellType
Dim value As Object
Dim value As Boolean
 
value = instance.IsValid(value)

Parameters

value
Value to validate (as object)
See Also