Insert

Insert(int, SheetType)

插入工作表。

public Worksheet Insert(int index, SheetType sheetType)
范围类型描述
indexInt32工作表索引
sheetTypeSheetType工作表类型。

返回值

返回插入的工作表。

也可以看看


Insert(int, SheetType, string)

插入工作表。

public Worksheet Insert(int index, SheetType sheetType, string sheetName)
范围类型描述
indexInt32工作表索引
sheetTypeSheetType工作表类型。
sheetNameString工作表名称。

返回值

返回插入的工作表。

也可以看看