Spread Windows Forms 12.0 Product Documentation
PaintSelectionBorder Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : PaintSelectionBorder Property
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;}
Example
This example sets the PaintSelectionBorder property.
fpSpread1.PaintSelectionBorder = false;
fpSpread1.PaintSelectionBorder = False
See Also

Reference

FpSpread Class
FpSpread Members