Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To make it easier for developers to upgrade, we maintain a document describing information critical to existing users, especially ones who have been using the older Aspose.Grid.Desktop and now need to upgrade to the new, or merged, Aspose.Cells.GridDesktop.
This topic provides a basic step by step guide for beginners to help them in upgrading Aspose.Grid.Desktop to Aspose.Cells.GridDesktop Control and creating and using Aspose.Cells.GridDesktop control in windows applications.
Developers who worked with Aspose.Grid.Desktop might come across issues when using the new Aspose.Cells.GridDesktop when they upgrade to it. Following is the namespace that is renamed:
First of all, create a windows application project in which to use the Aspose.Cells.GridDesktop control. Follow the following steps;
After performing above steps a window application will be created with empty form.
Drag and drop the Aspose.Cells.GridDesktop control from the Toolbox to the form. After this a control will be appeared on the form where you can perform several actions on it like resize, change its properties, etc.
Finally, run the application by pressing Ctrl+F5 or clicking the Start button. When the application runs, we see a form containing an empty Aspose.Cells.GridDesktop control. Now you can add values to cells by clicking them. Following screenshot shows how you application will finally look.

It is not only possible to add values to the control, but also to perform other tasks like changing the height of a row or the width of a column, copying (Ctrl+C) or cutting (Ctrl+X) cell data to clipboard and pasting (Ctrl+V) data to cell etc. To perform more operations, right-click the control to see its context menu.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.