I experiences the following behavior with aspose.cells.griddesktop:
I load an excel sheet (gridDesktop.ImportExcelFile(fileName, false);) that is visually larger than the griddesktop-Window.
Then using the mouse, I select a cell area but moving the cursor (while right mouse button is down) wildly out of the window to provoke scrolling, and back.
Afterwards I access gridDesktop.GetActiveWorksheet().GetLastSelection();
The returned range contains a StartRow < 0 and an EndRow < 0 (most frequently -2).
Sometimes the Grid crashes the whole application during the wild selection/scrolling.
Can you provide a fix?
Best regards
Christian Bauer