custom method

custom(self, operator_type1, criteria1, is_and, operator_type2, criteria2)


def custom(self, operator_type1, criteria1, is_and, operator_type2, criteria2):
    ...
ParameterTypeDescription
operator_type1aspose.cells.FilterOperatorType
criteria1System.Object
is_andbool
operator_type2aspose.cells.FilterOperatorType
criteria2System.Object

See Also