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


In This Topic
    SpreadDot Field
    In This Topic
    Spread Dot Pattern
    Syntax
    'Declaration
     
    
    Public Shared SpreadDot As Single()
    'Usage
     
    
    Dim value() As Single()
     
    value = BorderPattern.SpreadDot
     
    BorderPattern.SpreadDot = value
    public static float[] SpreadDot
    See Also