remove_at method
remove_at(self, index)
Remove the row item at the specified index(position) in this collection.
def remove_at(self, index):
    ...
| Parameter | Type | Description | 
|---|---|---|
| index | int | zero-based index(position, not Row.index) of the existing row item in this collection. | 
See Also
- module aspose.cells
- class RowCollection