Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / BreakLink Method
The name of the link.


In This Topic
    BreakLink Method (IWorkbook)
    In This Topic
    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