remove method

remove(row)

Remove the row from the collection.

def remove(self, row):
    ...
ParameterTypeDescription
rowRow

See Also