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


In This Topic
    RetainSelectionBlock Property (SpreadView)
    In This Topic
    Gets or sets whether the selected range of cells in the view remains highlighted when the view loses the focus.
    Syntax
    'Declaration
     
    
    Public Property RetainSelectionBlock As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.RetainSelectionBlock = value
     
    value = instance.RetainSelectionBlock
    public bool RetainSelectionBlock {get; set;}
    See Also