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


In This Topic
    SelectionRenderer Property (SpreadView)
    In This Topic
    Gets or sets a renderer for drawing selections in the view.
    Syntax
    'Declaration
     
    
    Public Property SelectionRenderer As ISelectionRenderer
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As ISelectionRenderer
     
    instance.SelectionRenderer = value
     
    value = instance.SelectionRenderer
    public ISelectionRenderer SelectionRenderer {get; set;}
    See Also