Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / BorderBottom Property


In This Topic
    BorderBottom Property (Cell)
    In This Topic
    Gets or sets the right cell border.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property BorderBottom As BorderLine
    'Usage
     
    Dim instance As Cell
    Dim value As BorderLine
     
    instance.BorderBottom = value
     
    value = instance.BorderBottom
    [DefaultValue("")]
    public BorderLine BorderBottom {get; set;}

    Property Value

    A BorderLine object that specifies the border for the cell. The default value is null, which means the cell inherits the border set for the column or row.
    See Also