removeAt
removeAt(int index) function
Removes the element at the specified index in a collection.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |
Error
Error | Condition |
---|---|
PptxEditException | Thrown if comment is already removed. |