Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / ShowRowErrors Property


In This Topic
    ShowRowErrors Property (SpreadView)
    In This Topic
    Gets or sets whether to allow the user to display a row error using an icon or sticky note for cells in the view.
    Syntax
    'Declaration
     
    
    Public Property ShowRowErrors As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.ShowRowErrors = value
     
    value = instance.ShowRowErrors
    public bool ShowRowErrors {get; set;}
    See Also