Custom
Innehåll
[
Dölj
]Custom(int, FilterOperatorType, object)
Filtrerar en lista med ett anpassat kriterium.
public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fieldIndex | Int32 | Heltalsförskjutningen för fältet som du vill basera filtret på (från vänster i listan; fältet längst till vänster är fält 0). |
| operatorType1 | FilterOperatorType | Filteroperatortypen |
| criteria1 | Object | De anpassade kriterierna |
Se även
- enum FilterOperatorType
- class AutoFilter
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
Custom(int, FilterOperatorType, object, bool, FilterOperatorType, object)
Filtrerar en lista med anpassade kriterier.
public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1, bool isAnd,
FilterOperatorType operatorType2, object criteria2)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fieldIndex | Int32 | Heltalsförskjutningen för fältet som du vill basera filtret på (från vänster i listan; fältet längst till vänster är fält 0). |
| operatorType1 | FilterOperatorType | Filteroperatortypen |
| criteria1 | Object | De anpassade kriterierna |
| isAnd | Boolean | |
| operatorType2 | FilterOperatorType | Filteroperatortypen |
| criteria2 | Object | De anpassade kriterierna |
Se även
- enum FilterOperatorType
- class AutoFilter
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells