Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / ToggleInsertFunction Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
    ToggleInsertFunction Method
    In This Topic
    Shows or hides the Insert Function dialog.
    Syntax
    'Declaration
     
    
    Public Shared Function ToggleInsertFunction( _
       ByVal spread As FpSpread, _
       Optional ByVal insertFunc As Function _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim insertFunc As Function
    Dim value As Form
     
    value = BuiltInDialogs.ToggleInsertFunction(spread, insertFunc)
    public static Form ToggleInsertFunction( 
       FpSpread spread,
       Function insertFunc
    )

    Parameters

    spread
    The FarPoint.Win.Spread.FpSpread owner.
    insertFunc

    Return Value

    A System.Windows.Forms.Form instance if the dialog is not visible; otherwise, null.
    See Also