-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Needs: attention 👋Waiting on Microsoft to provide feedbackWaiting on Microsoft to provide feedbackType: doc bugProblem with the documentation (e.g., doc is out of date, unclear, confusing, or broken)Problem with the documentation (e.g., doc is out of date, unclear, confusing, or broken)
Description
Type of issue
Code doesn't work
Feedback
Hi
Sorting by rows works well, but sorting by columns does not always seem to respect the option for headings and moves them as part of the sorting.
myRange.getSort().apply( [{key: 0, ascending: true}], false, true, ExcelScript.SortOrientation.columns ); // This moves the column headings 😣 myRange.getSort().apply( [{ key: 0, ascending: true }], false, true, ExcelScript.SortOrientation.rows ); // This does not move the row headings 🙂
Page URL
Content source URL
Author
Document Id
cd738c17-bf7d-94ec-fd6f-6b3ea7dc6e95
Platform Id
86f698bc-a85b-7ad4-0631-6cffa1cbaa15
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs: attention 👋Waiting on Microsoft to provide feedbackWaiting on Microsoft to provide feedbackType: doc bugProblem with the documentation (e.g., doc is out of date, unclear, confusing, or broken)Problem with the documentation (e.g., doc is out of date, unclear, confusing, or broken)