Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / GetFormula Method
Control that contains this formula.


In This Topic
    GetFormula Method (FormulaProvider)
    In This Topic
    Gets the formula of the control.
    Syntax
    'Declaration
     
    
    Public Function GetFormula( _
       ByVal control As Control _
    ) As String
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim control As Control
    Dim value As String
     
    value = instance.GetFormula(control)
    public string GetFormula( 
       Control control
    )

    Parameters

    control
    Control that contains this formula.
    See Also