Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellTouchStrip Class / CellTouchStrip Constructor
The spread.


In This Topic
    CellTouchStrip Constructor
    In This Topic
    Creates a CellTouchStrip instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread _
    )
    'Usage
     
    
    Dim spread As FpSpread
     
    Dim instance As New CellTouchStrip(spread)
    public CellTouchStrip( 
       FpSpread spread
    )

    Parameters

    spread
    The spread.
    See Also