[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.UpdateExcelLink

UpdateExcelLink Method

Updates a excel link.

Declaration
public void UpdateExcelLink(string name)
Parameters
Type Name Description
string name
Implements

Updates a excel link.

Declaration
public void UpdateExcelLink(string name, IWorkbook sourceWorkbook)
Parameters
Type Name Description
string name

the link name

IWorkbook sourceWorkbook

the workbook instance for the link

Implements