Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaExtender Class / RemoveFormula Method
The control ID (server side only)
Example


In This Topic
    RemoveFormula Method
    In This Topic
    Removes a control formula.
    Syntax
    'Declaration
     
    
    Public Sub RemoveFormula( _
       ByVal controlId As String _
    ) 
    'Usage
     
    
    Dim instance As FormulaExtender
    Dim controlId As String
     
    instance.RemoveFormula(controlId)
    public void RemoveFormula( 
       string controlId
    )

    Parameters

    controlId
    The control ID (server side only)
    Example
    This example removes the formula from the text box.
    See Also