custom method
custom(self, operator_type1, criteria1, is_and, operator_type2, criteria2)
def custom(self, operator_type1, criteria1, is_and, operator_type2, criteria2):
...
| Parameter | Type | Description |
|---|---|---|
| operator_type1 | aspose.cells.FilterOperatorType | |
| criteria1 | System.Object | |
| is_and | bool | |
| operator_type2 | aspose.cells.FilterOperatorType | |
| criteria2 | System.Object |
See Also
- module
aspose.cells - class
CustomFilterCollection