[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.UpdateExcelLink

UpdateExcelLink Method

Updates a excel link.

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

Updates a excel link.

Declaration
public void UpdateExcelLink(string name, IWorkbook sourceWorkbook)
Public 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

Implements