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


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