Spread WPF 17
GrapeCity.Excel Namespace / ExcelBorder Class / Right Property


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

    Property Value

    The right border line
    See Also