Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / Wizard Class / AttachSpread Method


In This Topic
    AttachSpread Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AttachSpread( _
       ByVal spread As FpSpread, _
       ByVal stepIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As Wizard
    Dim spread As FpSpread
    Dim stepIndex As Integer
     
    instance.AttachSpread(spread, stepIndex)
    public void AttachSpread( 
       FpSpread spread,
       int stepIndex
    )

    Parameters

    spread
    stepIndex
    See Also