_Global.DDEPoke Method
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 _Global
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.Int32
- Item
Type: System.Object
- Data
Type: System.Object