ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / Invoke Method / Invoke(Delegate) Method

In This Topic
    Invoke(Delegate) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Invoke( _
       ByVal method As System.Delegate _
    ) As System.Object
    public System.object Invoke( 
       System.Delegate method
    )

    Parameters

    method
    See Also