remove method

remove(item)

Removes the first occurrence of a specified VbaReference item from the collection.

def remove(self, item: aspose.words.vba.VbaReference):
    ...
ParameterTypeDescription
itemVbaReference

See Also