_Application.DDETerminate Method
Closes the specified dynamic data exchange (DDE) channel to another application.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub DDETerminate ( _
Channel As Integer _
)
'Usage
Dim instance As _Application
Dim Channel As Integer
instance.DDETerminate(Channel)
void DDETerminate(
int Channel
)
Parameters
- Channel
Type: System.Int32
Required Integer. The channel number returned by the DDEInitiate method.
Remarks
Dynamic data exchange (DDE) is an older technology that is not secure. If possible, use a more secure alternative to DDE.