FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / BorderStyle Property


BorderStyle Property (FpSpread)
Gets or sets the style of the border around the component.
Syntax
'Declaration
 
Public Property BorderStyle As BorderStyle
 
'Usage
 
Dim instance As FpSpread
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle
Exceptions
ExceptionDescription
Specified value is not a valid border style
See Also