Posted 8 December 2022, 8:31 am EST
Hello everyone.
I am using the build in Event SelectionChanging, which returns the current selection, but it only returns it as an object, with row, rowcount, col and colcount.
I could map that now and create the exact String out of it, but i hope there is a better way you already provide.
I am using it as follows:
spread.bind(GC.Spread.Sheets.Events.SelectionChanging, function (sender, args) {
console.log(args);
});
What i want is the selection string which shows like this “A2:C8”
Is that possible?
Best Regards
Maik
