Add
Add()
将工作表添加到集合中。
public int Add()
返回值
Worksheet对象索引。
也可以看看
Add(string)
将工作表添加到集合中。
public GridWorksheet Add(string sheetName)
范围 | 类型 | 描述 |
---|---|---|
sheetName | String | 工作表名称 |
返回值
Worksheet目的。
也可以看看
- class GridWorksheet
- class GridWorksheetCollection
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
Add(object)
添加工作表对象。
public int Add(object value)
范围 | 类型 | 描述 |
---|---|---|
value | Object | 单子。 |