removeAt
removeAt(int index) function
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. 1) To avoid throwing of the PptxEditException check layout’s HasDependingSlides property before. 2) You can use also ILayoutSlide#remove function to simplify code. |
Error
Error | Condition |
---|---|
PptxEditException | Thrown if layout is used in presentation (its HasDependingSlides property is true). |