add method

add(self, filter)

Adds a label filter.


def add(self, filter):
    ...
ParameterTypeDescription
filterSystem.StringThe filter data.

add(self, type, year, month, day)

Adds a date filter criteria value.


def add(self, type, year, month, day):
    ...
ParameterTypeDescription
typeaspose.cells.DateTimeGroupingTypeThe type of date filter.
yearintThe year.
monthintThe month.
dayintThe day.

See Also