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


In This Topic
    Right Property (CharBoxBorderInfo)
    In This Topic
    Gets or sets the right border line.
    Syntax
    'Declaration
     
    
    Public Property Right As Line
    'Usage
     
    
    Dim instance As CharBoxBorderInfo
    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