remove_at method

remove_at

Remove the row item at the specified index(position) in this collection.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintzero-based index(position, not Row.index) of the existing row item in this collection.

See Also