Posted 6 June 2022, 12:41 pm EST
Hi,
Please let us know how can I copy cell value with background color and paster in another cell with same data and color code
Forums Home / ComponentOne / WinForms Edition
Posted by: skm.mas on 6 June 2022, 12:41 pm EST
Posted 6 June 2022, 12:41 pm EST
Hi,
Please let us know how can I copy cell value with background color and paster in another cell with same data and color code
Posted 6 June 2022, 12:46 pm EST
In C1FlexGridClassic
Posted 7 June 2022, 1:54 am EST
Hi,
You can use the get_Cell and set_Cell methods of the C1FlexGridClassic to copy and paste the Value and Backcolor of a cell into another cell. Kindly refer to the attached sample showing the same.
Best Regards,
Kartik
Posted 7 June 2022, 7:37 am EST
I think this functionality in latest edition of c1flexgridclassic
Can you let me know how can I copied cell value to clipboard
Posted 7 June 2022, 8:05 am EST
Hi,
You can use the Clipboard.SetDataObject() method to copy the cell value into the Clipboard. Please refer to the updated sample.
CopyCell_FgClassic_Clipboard.zip
Kind Regards,
Kartik