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;