Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / UpdateExcelLink Method / UpdateExcelLink(String,IWorkbook) Method
the link name
the workbook instance for the link
In This Topic
    UpdateExcelLink(String,IWorkbook) Method
    In This Topic
    Updates a excel link.
    Syntax
    void UpdateExcelLink( 
       System.string name,
       IWorkbook sourceWorkbook
    )

    Parameters

    name
    the link name
    sourceWorkbook
    the workbook instance for the link
    See Also