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


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

    Property Value

    A BorderLine object that specifies the border line.
    See Also