Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border.BorderSide Class / Style Property


In This Topic
Style Property (Border.BorderSide)
In This Topic
Gets or sets the style.
Syntax
'Declaration
 
Public Property Style As Integer
 
'Usage
 
Dim instance As Border.BorderSide
Dim value As Integer
 
instance.Style = value
 
value = instance.Style

Property Value

The style.
See Also