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


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