add method
add(self, filter)
def add(self, filter):
...
| Parameter | Type | Description |
|---|---|---|
| filter | System.String |
add(self, type, year, month, day)
def add(self, type, year, month, day):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.DateTimeGroupingType | |
| year | int | |
| month | int | |
| day | int |
add(self, type, year, month, day, hour, minute, second)
def add(self, type, year, month, day, hour, minute, second):
...
| Parameter | Type | Description |
|---|---|---|
| type | aspose.cells.DateTimeGroupingType | |
| year | int | |
| month | int | |
| day | int | |
| hour | int | |
| minute | int | |
| second | int |
See Also
- module
aspose.cells - class
MultipleFilterCollection