_Application.DDEPoke Method
Sends data to an application.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub DDEPoke ( _
Channel As Integer, _
Item As Object, _
Data As Object _
)
'Usage
Dim instance As _Application
Dim Channel As Integer
Dim Item As Object
Dim Data As Object
instance.DDEPoke(Channel, Item, Data)
void DDEPoke(
int Channel,
Object Item,
Object Data
)
Parameters
Channel
Type: System.Int32Required Integer. The channel number returned by the DDEInitiate method.
Item
Type: System.ObjectRequired Object. The item to which the data is to be sent.
Data
Type: System.ObjectRequired Object. The data to be sent to the application.
Remarks
An error occurs if the method call doesn't succeed.