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


In This Topic
    TableBorder Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TableBorder As TableBorder
    'Usage
     
    
    Dim instance As BorderEditorControl
    Dim value As TableBorder
     
    instance.TableBorder = value
     
    value = instance.TableBorder
    public TableBorder TableBorder {get; set;}
    See Also