remove_at method

remove_at(index)

Removes the VbaReference element at the specified index of the collection.

def remove_at(self, index: int):
    ...
ParameterTypeDescription
indexint

See Also