Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border Class / Right Property


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

    Property Value

    The right.
    See Also