| title | workbookRangeSort resource type |
|---|---|
| description | Manages sorting operations on Range objects. |
| author | lumine2008 |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Range sort |
| ms.date | 08/21/2024 |
Namespace: microsoft.graph
Manages sorting operations on Range objects.
| Method | Return Type | Description |
|---|---|---|
| Apply | None | Perform a sort operation. |
None
None
The following JSON representation shows the resource type.
{
}The following example shows a request.
GET https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/names/{name}/range/sort
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
The following example shows the response.
HTTP/1.1 200 OK
Content-Type: application/json
{
}