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.
Up arrow icon