[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.UpdateExcelLink

UpdateExcelLink Method

Updates a excel link.

Declaration
void UpdateExcelLink(string name)
Sub UpdateExcelLink(name As String)
Parameters
Type Name Description
string name

the link name.

Updates a excel link.

Declaration
void UpdateExcelLink(string name, IWorkbook sourceWorkbook)
Sub UpdateExcelLink(name As String, sourceWorkbook As IWorkbook)
Parameters
Type Name Description
string name

the link name.

IWorkbook sourceWorkbook

the workbook instance for the link.