Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 sorting operations on Table objects.
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. |
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. |
None.
The following JSON representation shows the resource type.
{
"matchCase": true,
"method": "string",
"fields": [{ "@odata.type": "microsoft.graph.workbookSortField" }]
}
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in