Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintSelectionBorder Property


In This Topic
    PaintSelectionBorder Property
    In This Topic
    Gets or sets a value that indicates whether to allow the border selection to paint.
    Syntax
    'Declaration
     
    
    Public Property PaintSelectionBorder As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.PaintSelectionBorder = value
     
    value = instance.PaintSelectionBorder
    public bool PaintSelectionBorder {get; set;}
    See Also