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


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

Property Value

A BorderLine value represents the inner horizontal side of border.
See Also