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