remove_at method

remove_at

Removes an ActiveX control stored at specified position from the collection.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintIndex of a control to remove.

See Also