Add

Add()

将工作表添加到集合中。

public int Add()

返回值

Worksheet对象索引。

也可以看看


Add(string)

将工作表添加到集合中。

public Worksheet Add(string sheetName)
范围类型描述
sheetNameString工作表名称

返回值

Worksheet目的。

也可以看看