Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get the first sheet of an app

I get the list of sheets by calling:

var sheets = await app.GetSheetListAsync();

But the order of the elements of the received list is different from the order that I see in the hub or in the sheet selector.

How do I get the list ordered the same way as it's presented in the UI?

1 Solution

Accepted Solutions
Alexander_Thor
Employee
Employee

There should be a rank property on the returned sheets, sort ascending according to that

View solution in original post

1 Reply
Alexander_Thor
Employee
Employee

There should be a rank property on the returned sheets, sort ascending according to that