Spread Windows Forms 12.0 Product Documentation
Attach Method (NameBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NameBox Class : Attach Method
Spread component
Attaches the specified Spread component to the name text box.
Syntax
'Declaration
 
Public Sub Attach( _
   ByVal spread As FpSpread _
) 
'Usage
 
Dim instance As NameBox
Dim spread As FpSpread
 
instance.Attach(spread)
public void Attach( 
   FpSpread spread
)

Parameters

spread
Spread component
See Also

Reference

NameBox Class
NameBox Members