Workbook.SetLinkOnData Method
Sets the name of a procedure that runs whenever a DDE link is updated.
Namespace: Microsoft.Office.Tools.Excel
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Sub SetLinkOnData ( _
Name As String, _
Procedure As Object _
)
void SetLinkOnData(
string Name,
Object Procedure
)
Parameters
Name
Type: System.StringThe name of the DDE/OLE link, as returned from the LinkSources method.
Procedure
Type: System.ObjectThe name of the procedure to be run when the link is updated. This can be either a Microsoft Office Excel 4.0 macro or a Visual Basic procedure. Set this argument to an empty string ("") to indicate that no procedure should run when the link is updated.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.