remove_at yöntemi
remove_at(self, index)
Bu koleksiyondaki belirtilen dizindeki (konumdaki) satır öğesini kaldır.
def remove_at(self, index):
...
| Parametre | Tip | Tanım |
|---|---|---|
| index | int | Bu koleksiyondaki mevcut satır öğesinin sıfır tabanlı indeksi (konumu, Row.index değil). |
Ayrıca bakınız
- modül
aspose.cells - sınıf
RowCollection