'Declaration
Public Overloads Function Invoke( _ ByVal method As System.Delegate _ ) As System.Object
'Usage
Dim instance As WorkbookDesigner Dim method As System.Delegate Dim value As System.Object value = instance.Invoke(method)
public System.object Invoke( System.Delegate method )
Parameters
- method