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


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

Property Value

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