ApplicationClass.DDERequest Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function DDERequest ( _
Channel As Integer, _
Item As String _
) As String
'Usage
Dim instance As ApplicationClass
Dim Channel As Integer
Dim Item As String
Dim returnValue As String
returnValue = instance.DDERequest(Channel, _
Item)
public virtual string DDERequest(
int Channel,
string Item
)
Parameters
- Channel
Type: System.Int32
- Item
Type: System.String
Return Value
Type: System.String
Implements
_Application.DDERequest(Int32, String)