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


In This Topic
    ClearHyperlinks Method (IRange)
    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