Spread WinForms 15
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)

Parameters

spread
The spread.
See Also