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