Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / IsValidValue Method
The value.


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

    Parameters

    value
    The value.

    Return Value

    true if the specified value is valid; otherwise, false.
    See Also