WorksheetCollection.Add
Add()
Adds a worksheet to the collection.
public int Add()
Return Value
Worksheet
object index.
See Also
- class WorksheetCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
Add(string)
Adds a worksheet to the collection.
public Worksheet Add(string sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | String | Worksheet name |
Return Value
Worksheet
object.
See Also
- class Worksheet
- class WorksheetCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop