Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / GetFormulaTriggerEvent Method
Control


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

    Parameters

    control
    Control
    See Also