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()
See Also