In This Topic
Attaches the specified Spread component to the name text box.
Syntax
'Declaration
Public Sub Attach( _
ByVal As FpSpread _
)
'Usage
Dim instance As NameBox
Dim spread As FpSpread
instance.Attach(spread)
public void Attach(
FpSpread
)
Parameters
- spread
- Spread component
See Also