removeAt
removeAt(int index) method
Removes the element at the specified index of the collection.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. To avoid throwing of the PptxEditException check master’s HasDependingSlides property before. |
Returns
void
Exception
Exception | Condition |
---|---|
PptxEditException | Thrown if the master to remove is used in presentation (its HasDependingSlides property is true). |