WebWorksheets.RemoveAt
RemoveAt(int)
Removes a sheet at the index.
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The sheet index. |
See Also
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
RemoveAt(string)
Removes the element at a specified name.
public void RemoveAt(string sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | String | The name of the element to remove. |
See Also
- class WebWorksheets
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb