remove_at method
remove_at
Removes the element at a specified name.
def remove_at(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the element to remove. |
See Also
- module
aspose.cells
- class
WorksheetCollection
Removes the element at a specified name.
def remove_at(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the element to remove. |
aspose.cells
WorksheetCollection