I’m using Aspose Cells GridWeb.
How can I make a cell active when another cell is already active?
Say,I have the following code,
GridWeb1.setActiveCell(15,15);
GridWeb1.ActiveCell = null;
GridWeb1.setActiveCell(25,25);
When I type data, the data gets entered in the first cell. How can I make the cursor move to the second cell? Thanks in advance.