Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / EditingData Structure / IsError Property


In This Topic
    IsError Property
    In This Topic
    Gets a boolean value indicating whether this value represents an error editing value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsError As Boolean
    'Usage
     
    Dim instance As EditingData
    Dim value As Boolean
     
    value = instance.IsError
    public bool IsError {get;}
    See Also