changeitems_order yöntemi
changeitems_order(self, source_index, dest_index)
İki öğenin sırasını doğrudan değiştirir.
def changeitems_order(self, source_index, dest_index):
...
Parametre | Tip | Tanım |
---|---|---|
source_index | int | Mevcut endeks |
dest_index | int | Hedef endeksi |
Notlar
NOT: Bu yöntem artık geçerliliğini yitirmiştir. Bunun yerine, Lütfen PivotItemCollection.SwapItem() metodunu kullanın. Bu yöntem 12 ay sonra, Temmuz 2024’ten itibaren kaldırılacak. Aspose yaşadığınız olumsuzluktan dolayı özür diler.
Ayrıca bakınız
- modül
aspose.cells.pivot
- sınıf
PivotItemCollection