Insert
Insert(int, SheetType)
插入工作表。
public Worksheet Insert(int index, SheetType sheetType)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 工作表索引 |
sheetType | SheetType | 工作表类型。 |
返回值
返回插入的工作表。
也可以看看
- class Worksheet
- enum SheetType
- class WorksheetCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Insert(int, SheetType, string)
插入工作表。
public Worksheet Insert(int index, SheetType sheetType, string sheetName)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 工作表索引 |
sheetType | SheetType | 工作表类型。 |
sheetName | String | 工作表名称。 |
返回值
返回插入的工作表。
也可以看看
- class Worksheet
- enum SheetType
- class WorksheetCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells