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


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