workbookFilter resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Manages the filtering of a table's column.

Methods

Method Return Type Description
Apply None Apply the given filter criteria on the given column.
Clear None Clear the filter on the given column.

Properties

None

Relationships

Relationship Type Description
criteria workbookFilterCriteria The currently applied filter on the given column. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
    "criteria": {"@odata.type": "microsoft.graph.workbookFilterCriteria"}
}