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


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > HyperlinkCollection Class > Remove Method : Remove(String) Method
The Address that corresponds to the top left Cell of the area where the Hyperlink is located.
Removes a Hyperlink from the HyperlinkCollection by using an Address to identify its location.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal topLeftCellAddress As String _
) 
'Usage
 
Dim instance As HyperlinkCollection
Dim topLeftCellAddress As String
 
instance.Remove(topLeftCellAddress)
public void Remove( 
   string topLeftCellAddress
)

Parameters

topLeftCellAddress
The Address that corresponds to the top left Cell of the area where the Hyperlink is located.
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