OLEObjectClass.remove_GotFocus Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub remove_GotFocus ( _
param0 As OLEObjectEvents_GotFocusEventHandler _
)
'Usage
Dim instance As OLEObjectClass
Dim param0 As OLEObjectEvents_GotFocusEventHandler
instance.remove_GotFocus(param0)
public virtual void remove_GotFocus(
OLEObjectEvents_GotFocusEventHandler param0
)
Parameters
Implements
OLEObjectEvents_Event.remove_GotFocus(OLEObjectEvents_GotFocusEventHandler)