Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / Left Property


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

    Property Value

    A BorderLine value represents the left side of border.
    See Also