WebWorksheets.Add
Add()
Adds a worksheet to the collection.
public int Add()
Return Value
Worksheet object index.
See Also
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
Add(string)
Adds a worksheet to the collection.
public int Add(string sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | String | Worksheet name |
Return Value
Worksheet object.
See Also
- class WebWorksheets
- 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 WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb