Spread Windows Forms 12.0 Product Documentation
Top Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : Top Property
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
public BorderLine Top {get; set;}

Property Value

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

Reference

Border Structure
Border Members