remove method

remove(row)

Remove the row from the collection.

def remove(self, row):
    ...
Parameter Type Description
row Row

See Also