custom yöntemi
İçindekiler
[
Saklamak
]custom(self, field_index, operator_type1, criteria1)
custom kriterine sahip bir listeyi filtreler.
def custom(self, field_index, operator_type1, criteria1):
...
Parametre | Tip | Tanım |
---|---|---|
field_index | int | Filtreyi temel almak istediğiniz alanın tam sayı ofseti (listenin solundan; en soldaki alan 0 alanıdır). |
operator_type1 | FilterOperatorType | Filtre operatörü türü |
criteria1 | any | Özel kriterler |
custom(self, field_index, operator_type1, criteria1, is_and, operator_type2, criteria2)
custom kriterine göre bir listeyi filtreler.
def custom(self, field_index, operator_type1, criteria1, is_and, operator_type2, criteria2):
...
Parametre | Tip | Tanım |
---|---|---|
field_index | int | Filtreyi temel almak istediğiniz alanın tam sayı ofseti (listenin solundan; en soldaki alan 0 alanıdır). |
operator_type1 | FilterOperatorType | Filtre operatörü türü |
criteria1 | any | Özel kriterler |
is_and | bool | |
operator_type2 | FilterOperatorType | Filtre operatörü türü |
criteria2 | any | Özel kriterler |
Ayrıca bakınız
- modül
aspose.cells
- sınıf
AutoFilter