Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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" }
}