WorksheetCollection.RemoveAt
RemoveAt(int)
Removes the sheet by the index.
public void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The index value of the sheet to remove. |
See Also
- class WorksheetCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
RemoveAt(string)
Removes the sheet by the name.
public void RemoveAt(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the worksheet to remove. |
See Also
- class WorksheetCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop