Cut/Copy/Paste

Questions and answers on how to use XLSSpreadSheet.
Post Reply
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Cut/Copy/Paste

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Cut/Copy/Paste

Post by larsa »

Hello

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

Undo is not implemented.
Lars Arvidsson, Axolot Data
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

Re: Cut/Copy/Paste

Post by odisej »

I need to execute cut/copy/paste programmatically.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Cut/Copy/Paste

Post by larsa »

Hello

You can use the HandleKey method. Example:

Code: Select all

XSS.XSSSheet.HandleKey(kyCopy,[]);
Lars Arvidsson, Axolot Data
Post Reply