remove method

remove

Removes the first occurrence of the specified comment in a collection.

def remove(self, comment):
    ...
ParameterTypeDescription
commentICommentThe comment to remove from a collection.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentNullException))If comment is null
PptxEditExceptionThrown if comment is already removed.

See Also