Spread Windows Forms 12.0 Product Documentation
BreakLink Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : BreakLink Method
The name of the link.
Converts formulas linked to other workbook to values.
Syntax
'Declaration
 
Sub BreakLink( _
   ByVal name As String _
) 
'Usage
 
Dim instance As IWorkbook
Dim name As String
 
instance.BreakLink(name)
void BreakLink( 
   string name
)

Parameters

name
The name of the link.
See Also

Reference

IWorkbook Interface
IWorkbook Members