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


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

Property Value

The right.
See Also