remove method

remove(item)

Remove the Tab object from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemTabCollection

See Also