AD
Administrator
Syncfusion Team
November 14, 2007 02:12 PM UTC
Once the variable has been assigned a value, you can use:
style.CellValue = string.Format("=(A0+B0)/{0}", myVariable);
Then anytime myVariable changes, you would also have to reassign the formula.