removeAt

removeAt(int index) function

Removes the element at the specified index in a collection.

Parameters

NameTypeDescription
indexintThe zero-based index of the element to remove.

Error

ErrorCondition
PptxEditExceptionThrown if comment is already removed.