ApplicationClass.OnKey Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub OnKey ( _
Key As String, _
Procedure As Object _
)
'Usage
Dim instance As ApplicationClass
Dim Key As String
Dim Procedure As Object
instance.OnKey(Key, Procedure)
public virtual void OnKey(
string Key,
Object Procedure
)
Parameters
- Key
Type: System.String
- Procedure
Type: System.Object
Implements
_Application.OnKey(String, Object)