Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NameBox Class / Attach Method
Spread component


In This Topic
    Attach Method (NameBox)
    In This Topic
    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