Hyperlink across worksheets

In your " Hyperlink, update real-time - GemBox.Spreadsheet - GemBox Support Forum (gemboxsoftware.com)" You gave me a solution for:
cell.Hyperlink.Location = CellRange.RowColumnToPosition(objectRow, objectColumn);
I provided an incomplete request in this thread.
In the “Hyperlink.Location” I need to provide the worksheet and the row and column.

I tried: cell.Hyperlink.Location = $"’{sWSheet}’" + “CellRange.RowColumnToPosition(isControl, 4)”;
But that is incorrect.
How do I combined specifying the worksheet and specifying the row/column for the hyperlink?