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


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