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


In This Topic
    ErrorIconRenderer Property
    In This Topic
    Gets or sets the renderer for the error icon.
    Syntax
    'Declaration
     
    
    Public Property ErrorIconRenderer As IErrorIconRenderer
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As IErrorIconRenderer
     
    instance.ErrorIconRenderer = value
     
    value = instance.ErrorIconRenderer
    public IErrorIconRenderer ErrorIconRenderer {get; set;}
    See Also