Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / Top Property


In This Topic
    Top Property (CharBoxBorder)
    In This Topic
    Gets or sets the top border line.
    Syntax
    'Declaration
     
    
    Public Property Top As Line
    'Usage
     
    
    Dim instance As CharBoxBorder
    Dim value As Line
     
    instance.Top = value
     
    value = instance.Top
    public Line Top {get; set;}

    Property Value

    A Line indicates the top border line.
    See Also