Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border Class / Left Property


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

    Property Value

    The left.
    See Also