We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Copy CellValue instead of Text

Hi,

Is there a way to copy cellValue instead of Text? for example, I set a cell's CellValue to 123.4567 and its format to "#,###.00", when copying, the copied text will be 123.46.
so how could I get the value 123.4567 out through copy?

Thanks,

Q

1 Reply

HA haneefm Syncfusion Team July 19, 2007 06:06 PM UTC

Hi Q,

Currently, we only support two format types with copying and pasting multiple cells. One is Text and the other is our internal style format. If you want to support an additional format(CellValue instead of Formatted text), you would have to implement it yourself. You would catch the ClipboardCopy event, and do your work there. Here is a forum thread discuss with the simillar issue.

http://www.syncfusion.com/support/forums/message.aspx?&MessageID=10877

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon