GridDesktop.AlwasysRecalculateAllFormulas

GridDesktop.AlwasysRecalculateAllFormulas property

Gets or sets a value indicating whether we need to run all formulas,as when we run all formulas, when update one cell value,and it affect others ,and others affect others ,more and more, cause the whole cells need recalculate ,just like the Butterfly Effect,it needs lots of stack opertation , it will get very low performance, like in CELLSNET-41921,this issue contains the very file that can show this scenario we’d better just run all formulas, ,as when run all formulas we may have some optimization.

public bool AlwasysRecalculateAllFormulas { get; set; }

See Also