WorksheetCollection.Insert
Insert(int, SheetType)
Insert a worksheet.
public Worksheet Insert(int index, SheetType sheetType)
Parameter | Type | Description |
---|---|---|
index | Int32 | The sheet index |
sheetType | SheetType | The sheet type. |
Return Value
Returns an inserted worksheet.
See Also
- class Worksheet
- enum SheetType
- class WorksheetCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Insert(int, SheetType, string)
Insert a worksheet.
public Worksheet Insert(int index, SheetType sheetType, string sheetName)
Parameter | Type | Description |
---|---|---|
index | Int32 | The sheet index |
sheetType | SheetType | The sheet type. |
sheetName | String | The sheet name. |
Return Value
Returns an inserted worksheet.
See Also
- class Worksheet
- enum SheetType
- class WorksheetCollection
- namespace Aspose.Cells
- assembly Aspose.Cells