RangeSort 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

Here is a JSON representation of the resource.

{
}
Request

The following example shows a request.

GET https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/names/{name}/range/sort
Response

The following example shows the response.

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

{
}