CustomRows
Innehåll
[
Dölj
]CustomRows(int, GridFilterOperatorType, object)
Filtrerar en lista med ett anpassat kriterium.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1)
Parameter | Typ | Beskrivning |
---|---|---|
column | Int32 | Kolumnen i kalkylbladet |
operatorType1 | GridFilterOperatorType | Filteroperatortypen |
criteria1 | Object | De anpassade kriterierna |
Se även
- enum GridFilterOperatorType
- class RowFilterSettings
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)
Filtrerar en lista med ett anpassat kriterium.
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1,
bool isAnd, GridFilterOperatorType operatorType2, object criteria2)
Parameter | Typ | Beskrivning |
---|---|---|
column | Int32 | Kolumnen i kalkylbladet |
operatorType1 | GridFilterOperatorType | Filteroperatortypen |
criteria1 | Object | De anpassade kriterierna |
isAnd | Boolean | |
operatorType2 | GridFilterOperatorType | Filteroperatortypen |
criteria2 | Object | De anpassade kriterierna |
Se även
- enum GridFilterOperatorType
- class RowFilterSettings
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop