Excel Formula in C#

  • Thread starter Thread starter Mark Brewer
  • Start date Start date
M

Mark Brewer

Hi,

What is the syntax to insert a formula in a specific cell programmatically
using C#?

Regards,
Mark
 
Mark Brewer said:
What is the syntax to insert a formula in a specific cell programmatically
using C#?

Simply assign it to the Formula property of the cell.

Jens.
 
Back
Top