Xceed Workbooks for .NET v1.4 Documentation
Remove(Int32,Int32) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > HyperlinkCollection Class > Remove Method : Remove(Int32,Int32) Method
The RowId that corresponds to the topmost Row of the area where the Hyperlink is located.
The ColumnId that corresponds to the leftmost Column of the area where the Hyperlink is located.
Removes a Hyperlink from the HyperlinkCollection by using Ids to identify its location.
Syntax
'Declaration

 

Public Overloads Sub Remove( _

   ByVal topLeftRowId As Integer, _

   ByVal topLeftColumnId As Integer _

) 
'Usage

 

Dim instance As HyperlinkCollection

Dim topLeftRowId As Integer

Dim topLeftColumnId As Integer

 

instance.Remove(topLeftRowId, topLeftColumnId)
public void Remove( 

   int topLeftRowId,

   int topLeftColumnId

)

Parameters

topLeftRowId
The RowId that corresponds to the topmost Row of the area where the Hyperlink is located.
topLeftColumnId
The ColumnId that corresponds to the leftmost Column 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