Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BordersInfo Class / Bottom Property


In This Topic
    Bottom Property (BordersInfo)
    In This Topic
    Border at the bottom of the range.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property Bottom As BorderInfo
    'Usage
     
    Dim instance As BordersInfo
    Dim value As BorderInfo
     
    instance.Bottom = value
     
    value = instance.Bottom
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public BorderInfo Bottom {get; set;}
    See Also