Spread Windows Forms 15.0
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
    public BorderLine Vertical {get; set;}

    Property Value

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