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


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