Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SelectionRenderer Property


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