remove_at method

remove_at

Removes an element at index position from the active page.

Returns

Removed element.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintPosition at which element should be removed.

See Also