ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / BorderColorRight Property

In This Topic
    BorderColorRight Property
    In This Topic
    Gets or sets the color used to draw the right border.
    Syntax
    'Declaration
     
    Public Property BorderColorRight As Windows.UI.Color
    public Windows.UI.Color BorderColorRight {get; set;}
    Remarks
    Use the SetBorderColor method to set all borders at once.
    See Also