Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3555
Has Anyone replicated the copy/past functionality of excel: read
posted
I need to be able to copy a cell and past that cell value into multiple
selected cells within the grid. I presume I have to use the built in
windows clipboard? I guess I have to create my own context menu.

Basically, I want to convert this web project by Infragisitcs to winforms. A
lot of the code is written in Javascript, which obviously does not bode well
for winform.

http://samples.infragistics.com/2007.3/webfeaturebrowser/default.htm
Spreedsheet Support Excel
Working With Excel Copy & Paste

I am trying to build the exact functionality, can anyone point me in the
right direction. Like if you notice you have to double click the cell to
change the value, but just clicking on it selects it, how do I initalize
this?