Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / IsValid Property


In This Topic
    IsValid Property
    In This Topic
    Gets or sets a value that indicates whether the cell value is valid.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsValid As Boolean
    'Usage
     
    Dim instance As Cell
    Dim value As Boolean
     
    value = instance.IsValid
    public bool IsValid {get;}

    Property Value

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