add method
add(self, filter)
Adds a label filter.
def add(self, filter):
...
| Parameter | Type | Description |
|---|---|---|
| filter | System.String | The filter data. |
add(self, type, year, month, day)
Adds a date filter criteria value.
def add(self, type, year, month, day):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.DateTimeGroupingType | The type of date filter. |
| year | int | The year. |
| month | int | The month. |
| day | int | The day. |
See Also
- module
aspose.cells - class
MultipleFilterCollection