filter_top10 yöntemi
filter_top10(self, value_field_index, type, is_top, item_count)
Veri pivot alanının değerlerine göre filtreler.
def filter_top10(self, value_field_index, type, is_top, item_count):
...
| Parametre | Tip | Tanım |
|---|---|---|
| value_field_index | int | Veri bölgesindeki veri alanının indeksi. |
| type | PivotFilterType | Veri filtreleme türü. Sadece Sayı, Toplam ve Yüzde olabilir. |
| is_top | bool | Filtrenin üstten mi yoksa alttan mı yapılacağını belirtir |
| item_count | int | Öğe sayısı |
Ayrıca bakınız
- modül
aspose.cells.pivot - sınıf
PivotField