Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxBorder Class / Right Property


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

    Property Value

    A Line indicates the right border line.
    See Also