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
119
Losing Cell Values In Cut/Copy/Paste Operations?
posted

It appears that cell values are not preserved during cut, copy, and paste operations even though the clipboard does capture values for the cells.

 Is that a bug or just something which must be overridden in a derived node class?

Parents
No Data
Reply
  • 119
    posted

    Some more information:  I checked the clipboard before paste and it includes all cell values, including a cellappearance image.  And I checked the beforepaste event e.nodes(0).cells and all values are present.

    Seems like it might be a bug to get all the way to the paste step and then lose the cell values.

     [More, later]

    It appears that the cellappearance.image does appear in the pasted nodes (checked the e.nodes(0).cells(1).cellappearance.image object in AfterPaste event).  But both the text and value fields are empty.

Children