Spread WPF 17
GrapeCity.Excel Namespace / IExcelBorder Interface / Right Property


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

    Property Value

    The right border line
    See Also