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


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