Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ClearHyperlinks Method


In This Topic
    ClearHyperlinks Method
    In This Topic
    Removes all hyperlinks from the specified range.
    Syntax
    'Declaration
     
    
    Sub ClearHyperlinks() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.ClearHyperlinks()
    void ClearHyperlinks()
    See Also