Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / Detach Method


In This Topic
    Detach Method (FormulaTextBox)
    In This Topic
    Detaches the Spread component from the formula text box.
    Syntax
    'Declaration
     
    
    Public Sub Detach() 
    'Usage
     
    
    Dim instance As FormulaTextBox
     
    instance.Detach()
    public void Detach()
    See Also