removeAt

removeAt(int index) method

Removes the author at the specified index of the collection.

Parameters

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

Returns

void

Exception

ExceptionCondition
PptxEditExceptionThrown if author is already removed.