Spread Windows Forms 12.0 Product Documentation
IsValid Method (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : IsValid Method
Value to validate (as object)
Determines whether the specified value is valid.
Syntax
'Declaration
 
Public Overrides Function IsValid( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As EditBaseCellType
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)

Return Value

Boolean: true if the value of the cell is valid; false otherwise
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members