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-Paset of Formula Cell

If we want to copy/paste a formula cell, it only copy the value of the cell, not the formula. How can we copy/paste the formula not the value?

1 Reply

AD Administrator Syncfusion Team March 15, 2004 07:52 PM UTC

Version 2.0 has a flag that you can set to control this. GridFormulaCellModel model = this.gridControl1.CellModels["FormulaCell"] as GridFormulaCellModel; model.Engine.FormulaCopyFlags |= GridFormulaCopyFlags.ClipBoardFormula;

Loader.
Live Chat Icon For mobile
Up arrow icon