Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / IsValid Method
Value to validate (as object)


In This Topic
    IsValid Method (GcDateTimeCellType)
    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 GcDateTimeCellType
    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)
    See Also