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


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