Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / IsValid Method
Specified value of the editor control


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

    Parameters

    value
    Specified value of the editor control
    See Also