How do you suppress the green arrow when you add the worksheet from a datatable, such as:
Workbook.Worksheets.Add(dataTable, "Some Name");
Workbook.Worksheets.Add(dataTable, "Some Name");