CustomRows
Contenu
[
Cacher
]CustomRows(int, GridFilterOperatorType, object)
Filtre une liste avec un critère personnalisé.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1)
Paramètre | Taper | La description |
---|---|---|
column | Int32 | La colonne de la feuille de calcul |
operatorType1 | GridFilterOperatorType | Le type d’opérateur de filtre |
criteria1 | Object | Les critères personnalisés |
Voir également
- enum GridFilterOperatorType
- class RowFilterSettings
- espace de noms Aspose.Cells.GridDesktop
- Assemblée Aspose.Cells.GridDesktop
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)
Filtre une liste avec un critère personnalisé.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1,
bool isAnd, GridFilterOperatorType operatorType2, object criteria2)
Paramètre | Taper | La description |
---|---|---|
column | Int32 | La colonne de la feuille de calcul |
operatorType1 | GridFilterOperatorType | Le type d’opérateur de filtre |
criteria1 | Object | Les critères personnalisés |
isAnd | Boolean | |
operatorType2 | GridFilterOperatorType | Le type d’opérateur de filtre |
criteria2 | Object | Les critères personnalisés |
Voir également
- enum GridFilterOperatorType
- class RowFilterSettings
- espace de noms Aspose.Cells.GridDesktop
- Assemblée Aspose.Cells.GridDesktop