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


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

    Property Value

    The border for cells in this row. The default value is null, which means that no border is set for this row.
    See Also