Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / BreakLink Method
The name of the link.


In This Topic
BreakLink Method (Workbook)
In This Topic
Converts formulas linked to other workbook to values.
Syntax
'Declaration
 
Public Sub BreakLink( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As Workbook
Dim name As String
 
instance.BreakLink(name)

Parameters

name
The name of the link.
See Also