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