Xceed Workbooks for .NET v2.0 Documentation
Remove(Hyperlink) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > HyperlinkCollection Class > Remove Method : Remove(Hyperlink) Method
The Hyperlink that will be removed.
Removes the chosen Hyperlink from the HyperlinkCollection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal hyperlink As Hyperlink _
) 
'Usage
 
Dim instance As HyperlinkCollection
Dim hyperlink As Hyperlink
 
instance.Remove(hyperlink)
public void Remove( 
   Hyperlink hyperlink
)

Parameters

hyperlink
The Hyperlink that will be removed.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HyperlinkCollection Class
HyperlinkCollection Members
Overload List