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


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

    Property Value

    The bottom border line
    See Also