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