Spread Windows Forms 12.0 Product Documentation
Vertical Property (Border)


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

Property Value

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

Reference

Border Structure
Border Members