Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _Global
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.