Share via


_Global.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 _Global
Dim Channel As Integer

instance.DDETerminate(Channel)
void DDETerminate(
    int Channel
)

Parameters

Remarks

Dynamic data exchange (DDE) is an older technology that is not secure. If possible, use a more secure alternative to DDE.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.Word Namespace