Spread WinForms 15
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
See Also