Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderPattern Class / DashDot Field


In This Topic
    DashDot Field (BorderPattern)
    In This Topic
    DashPattern for the pen used to draw the Excel dash-dot border
    Syntax
    'Declaration
     
    
    Public Shared DashDot As Single()
    'Usage
     
    
    Dim value() As Single()
     
    value = BorderPattern.DashDot
     
    BorderPattern.DashDot = value
    public static float[] DashDot
    See Also