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


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