Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / Style Property


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