'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 )