[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.UpdateExcelLink

UpdateExcelLink Method

更新Excel链接。

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

更新 Excel 链接。

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

链接名称

IWorkbook sourceWorkbook

链接的工作簿实例

Implements