Filter resource type

Namespace: microsoft.graph

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

Name 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" }
}