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