Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Right Property


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

Property Value

A BorderLine value represents the right side of border.
See Also