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


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

Property Value

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