Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableBorder Class / Left Property


In This Topic
    Left Property (TableBorder)
    In This Topic
    Gets complex border left.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Left As ComplexBorderSide
    'Usage
     
    
    Dim instance As TableBorder
    Dim value As ComplexBorderSide
     
    value = instance.Left
    public ComplexBorderSide Left {get;}
    See Also