GlobalClass.SendKeys Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub SendKeys ( _
Keys As Object, _
Wait As Object _
)
'Usage
Dim instance As GlobalClass
Dim Keys As Object
Dim Wait As Object
instance.SendKeys(Keys, Wait)
public virtual void SendKeys(
Object Keys,
Object Wait
)
Parameters
- Keys
Type: System.Object
- Wait
Type: System.Object
Implements
_Global.SendKeys(Object, Object)