Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.Cells.GridWeb allows developers to sort data horizontally and vertically so that developers can sort data from top to bottom or left to right.
To sort data from top to bottom orientation:
The example below sorts data in four columns of a worksheet in descending order. Only twenty rows of the four columns are sorted in top to bottom orientation.
Before applying the code, the worksheet contains unordered data.

After executing the code, the data is sorted in ascending order.

To sort data from left to right:
The example below sorts data in four rows in ascending order. Only four rows of seven columns are sorted left to right.
Before applying the code, the worksheet contains unordered data.

After executing the code, data is sorted in ascending order.

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.