Hi
It appear to be some bug in this component
If i move cursor by this code forward or by increasing row number, it's ok and work as it should except not with visible cursor pos col.
But if i want to move cursor backwards decreasing row number, it always go to first cursor location but cursor col displays correct.
I need workaround this or update.
Example:
XLSSS_dkUsers.SetCursorPos ( 0, 3 , 300 ); goes to correct row location but not right col location or first col "A"
XLSSS_dkUsers.SetCursorPos ( 0, 3 , 100 ); goes to row location 3, 300 but right col as most left
Spreadsheet component in Delphi 11
Re: Spreadsheet component in Delphi 11
Hello
I can't see any problem. SetCursorPos scrolls the sheet so that the cursor becomes visible.
I can't see any problem. SetCursorPos scrolls the sheet so that the cursor becomes visible.
Lars Arvidsson, Axolot Data