Remove

WorksheetCollection.Remove method

删除 WorksheetCollection 指定索引处的工作表。 如果特定工作表是最后一个工作表,则在删除工作表后,将新工作表添加到工作表集合中。

public void Remove(int index)
范围类型描述
indexInt32要删除的工作表的从零开始的索引。

也可以看看