The problem of the new version!

In the version of 2.5.5.2 there is a method in class WorkSheets: SetSheetsActive(int), but I found in the version of 2.7.3.0 it’s gone. I wonder whether it’s the problem of the version or there is a replacing method?

It’s removed. Please use Worksheet.ActiveSheetIndex for the same purpose.