Xceed Workbooks for .NET v3.0 Documentation
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.


In This Topic
    Remove(Int32,Int32) Method
    In This Topic
    Removes a Hyperlink from the HyperlinkCollection, using Ids to identify said Hyperlink's 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