AutoFilter.Custom
Contents
[
Hide
]Custom(int, FilterOperatorType, object)
Filters a list with a custom criteria.
public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1)
Parameter | Type | Description |
---|---|---|
fieldIndex | Int32 | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). |
operatorType1 | FilterOperatorType | The filter operator type |
criteria1 | Object | The custom criteria |
See Also
- enum FilterOperatorType
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells
Custom(int, FilterOperatorType, object, bool, FilterOperatorType, object)
Filters a list with custom criteria.
public void Custom(int fieldIndex, FilterOperatorType operatorType1, object criteria1, bool isAnd,
FilterOperatorType operatorType2, object criteria2)
Parameter | Type | Description |
---|---|---|
fieldIndex | Int32 | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). |
operatorType1 | FilterOperatorType | The filter operator type |
criteria1 | Object | The custom criteria |
isAnd | Boolean | |
operatorType2 | FilterOperatorType | The filter operator type |
criteria2 | Object | The custom criteria |
See Also
- enum FilterOperatorType
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells