Page 1 of 1

Cut/Copy/Paste

Posted: Thu Sep 19, 2013 12:15 pm
by odisej
Sorry for all the messages, but I must replace cxSpreadSheet with this spreadsheet and I report what I see.

I don't see any option for cut/copy/paste. Are those implemented already or will be available sometime in the future?

What about undo?

Grega

Re: Cut/Copy/Paste

Posted: Thu Sep 19, 2013 1:36 pm
by larsa
Hello

You uses the normal keys for copy/cut/paste, Ctrl+C/Ctrl+X/Ctrl+V

Undo is not implemented.

Re: Cut/Copy/Paste

Posted: Fri Sep 20, 2013 6:22 am
by odisej
I need to execute cut/copy/paste programmatically.

Re: Cut/Copy/Paste

Posted: Fri Sep 20, 2013 10:21 am
by larsa
Hello

You can use the HandleKey method. Example:

Code: Select all

XSS.XSSSheet.HandleKey(kyCopy,[]);