DeleteWorksheetDateFilter
Contents
[
Hide
]
DeleteWorksheetDateFilter
Remove a date filter in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/autoFilter/dateFilter | DELETE | Remove a date filter in the worksheet. | DeleteWorksheetDateFilter |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The workbook name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
fieldIndex | integer | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). |
dateTimeGroupingType | string | Specifies how to group dateTime values. |
year | integer | The year. |
month | integer | The month. |
day | integer | The day. |
hour | integer | The hour. |
minute | integer | The minute. |
second | integer | The second. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |