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

    Property Value

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