Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Right Property


In This Topic
    Right Property (Border)
    In This Topic
    Gets or sets the right side of border.
    Syntax
    'Declaration
     
    
    Public Property Right As BorderLine
    'Usage
     
    
    Dim instance As Border
    Dim value As BorderLine
     
    instance.Right = value
     
    value = instance.Right
    public BorderLine Right {get; set;}

    Property Value

    A BorderLine value represents the right side of border.
    See Also