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