Skip to content

Latest commit

 

History

History
116 lines (87 loc) · 2.67 KB

File metadata and controls

116 lines (87 loc) · 2.67 KB
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

workbookRangeSort resource type

Namespace: microsoft.graph

Manages sorting operations on Range objects.

Methods

Method Return Type Description
Apply None Perform a sort operation.

Properties

None

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
}
Request

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]


Response

The following example shows the response.

HTTP/1.1 200 OK
Content-Type: application/json

{
}