Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / ShowError Property


In This Topic
    ShowError Property (FormulaProvider)
    In This Topic
    Gets or sets whether this instance shows an error icon next to the control that has an error in the formula.
    Syntax
    'Declaration
     
    
    Public Property ShowError As Boolean
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim value As Boolean
     
    instance.ShowError = value
     
    value = instance.ShowError
    public bool ShowError {get; set;}

    Property Value

    true if the error icon will be shown; otherwise, false.
    See Also