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


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