OLEObjectEvents_Event.add_GotFocus Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub add_GotFocus ( _
param0 As OLEObjectEvents_GotFocusEventHandler _
)
'Usage
Dim instance As OLEObjectEvents_Event
Dim param0 As OLEObjectEvents_GotFocusEventHandler
instance.add_GotFocus(param0)
void add_GotFocus(
OLEObjectEvents_GotFocusEventHandler param0
)