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


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

Property Value

The top.
See Also