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


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