add method

add(self, filter)


def add(self, filter):
    ...
ParameterTypeDescription
filterSystem.String

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


def add(self, type, year, month, day):
    ...
ParameterTypeDescription
typeaspose.cells.DateTimeGroupingType
yearint
monthint
dayint

add(self, type, year, month, day, hour, minute, second)


def add(self, type, year, month, day, hour, minute, second):
    ...
ParameterTypeDescription
typeaspose.cells.DateTimeGroupingType
yearint
monthint
dayint
hourint
minuteint
secondint

See Also