Set the sheets that will be selected when the workbook is opened in Excel.

 public void Select(System.Object[] sheets)
Public Sub [Select](ByVal sheets As Object())

Array of sheet indexes or sheet names.

sheets.Select(arrSheets);
sheets.Select(arrSheets)