Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
pre-defined formulas
posted

Hi,

 I'm trying to produce a column (results) in a dataGridView whose value is calculated from pre-existing formulas, which are located in a separate column (formulas). The formulas, and subsequently results, are different for each row, but the logic should be the same, just use the formula from the 'formula' column to calculate the value for 'result'. The formulas are currently displayed as strings, with the same format as if they had been produced by FormulaBuilder. I've so far had no luck trying to assign the formula column to the 'formula' property of an IFormulaProvider.

Is there any way to do this?

Any help is greatly appreciated!

Thanks,

Joel

Parents Reply Children
No Data