Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / ShowBorder Property


In This Topic
    ShowBorder Property (Pattern)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ShowBorder As Boolean
    'Usage
     
    
    Dim instance As Pattern
    Dim value As Boolean
     
    instance.ShowBorder = value
     
    value = instance.ShowBorder
    public bool ShowBorder {get; set;}
    See Also