CustomRows
İçindekiler
[
Saklamak
]CustomRows(int, GridFilterOperatorType, object)
Bir listeyi özel ölçütlerle filtreler.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1)
| Parametre | Tip | Tanım |
|---|---|---|
| column | Int32 | Çalışma sayfasının sütunu |
| operatorType1 | GridFilterOperatorType | Filtre operatörü türü |
| criteria1 | Object | Özel kriterler |
Ayrıca bakınız
- enum GridFilterOperatorType
- class RowFilterSettings
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)
Bir listeyi özel ölçütlerle filtreler.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1,
bool isAnd, GridFilterOperatorType operatorType2, object criteria2)
| Parametre | Tip | Tanım |
|---|---|---|
| column | Int32 | Çalışma sayfasının sütunu |
| operatorType1 | GridFilterOperatorType | Filtre operatörü türü |
| criteria1 | Object | Özel kriterler |
| isAnd | Boolean | |
| operatorType2 | GridFilterOperatorType | Filtre operatörü türü |
| criteria2 | Object | Özel kriterler |
Ayrıca bakınız
- enum GridFilterOperatorType
- class RowFilterSettings
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop