AD
Administrator
Syncfusion Team
March 16, 2005 11:46 AM UTC
You are using a GridControl, correct?
If so, try setting this property.
GridFormulaEngine engine = ((GridFormulaCellModel)gridControl1.Model.CellModels["FormulaCell"]).Engine;
// the following flag allow formulas and name ranges to update references after inserting or deleting rows
engine.FormulaCopyFlags |= GridFormulaCopyFlags.InsDelRangeReferencesUpdated;