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


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

    Property Value

    A Line indicates the left border line.
    See Also