GlobalClass.DDEPoke Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub DDEPoke ( _
Channel As Integer, _
Item As String, _
Data As String _
)
'Usage
Dim instance As GlobalClass
Dim Channel As Integer
Dim Item As String
Dim Data As String
instance.DDEPoke(Channel, Item, Data)
public virtual void DDEPoke(
int Channel,
string Item,
string Data
)
Parameters
- Channel
Type: System.Int32
- Item
Type: System.String
- Data
Type: System.String
Implements
_Global.DDEPoke(Int32, String, String)