Robert Merič wrote:
OK I'll look for it tomorrow.
And what must I do with this implementation. Where must I copy it that multiselection copying will work when some rows missed?

Just copying a few lines won't suffice. Where cells are copied to the clipboard (ScViewFunc::CopyToClip or ScDocument::CopyToClip), you'll have to add code that finds the left-out columns/rows and stores that information with the clipboard content, and then where pasting, use that stored information. You will need to dig quite deep into the code for it.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to