[]
Updates a excel link.
public void UpdateExcelLink(string name)
Public Sub UpdateExcelLink(name As String)
| Type | Name | Description |
|---|---|---|
| string | name |
Updates a excel link.
public void UpdateExcelLink(string name, IWorkbook sourceWorkbook)
Public Sub UpdateExcelLink(name As String, sourceWorkbook As IWorkbook)
| Type | Name | Description |
|---|---|---|
| string | name | the link name |
| IWorkbook | sourceWorkbook | the workbook instance for the link |