custom type cell

Hi, I have a custom cells’type. The grid show the data with the correct style. I am using setCValue to set the style and the value, but when I use gridToClipboard, the custom cells are copied with all the style and the value. I need only the value. How can I solve this??

Thanks!!!

You can redefine a getValue method for custom cell, which is used for value retrieving.
Something similar to

eXcell_some.prototype.getValue = eXcell_some.protopty.getTitle;