Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / Border Property


In This Topic
    Border Property (TableElementStyle)
    In This Topic
    Gets the element border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Border As TableBorder
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim value As TableBorder
     
    value = instance.Border
    public TableBorder Border {get;}
    See Also