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


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