FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / IsValid Method
Specified value in the editor control


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

Parameters

value
Specified value in the editor control
See Also