workbookTableSort 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 sorting operations on Table objects.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookTableSort | Read the properties and relationships of the workbookTableSort object. |
Apply sort | None | Perform a sort operation. |
Clear sort | None | Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. |
Reapply sort | None | Reapplies the current sorting parameters to the table. |
Properties
Property | Type | Description |
---|---|---|
fields | workbookSortField collection | The list of the current conditions last used to sort the table. Read-only. |
matchCase | Boolean | Indicates whether the casing impacted the last sort of the table. Read-only. |
method | string | The Chinese character ordering method last used to sort the table. The possible values are: PinYin , StrokeCount . Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "string",
"matchCase": true,
"method": "string"
}