GridWorksheetCollection.Add
Add()
Adds a worksheet to the collection.
public int Add()
Return Value
GridWorksheet
object index.
See Also
- class GridWorksheetCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(string)
Adds a worksheet to the collection.
public GridWorksheet Add(string sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | String | Worksheet name |
Return Value
GridWorksheet
object.
See Also
- class GridWorksheet
- class GridWorksheetCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(object)
Adds a sheet object.
public int Add(object value)
Parameter | Type | Description |
---|---|---|
value | Object | The sheet. |
See Also
- class GridWorksheetCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb