Hi All

I'd like to have different templates which I could populate with the same C# code. I'm thinking of something in the lines of having a template which has a cell marked as reserved for 'CUSTOMER_NAME' and then searching for this cell in C# and replacing it with the actual name. In this way I could have a template in which the customer name is displayed in cell A1 and another where it is displayed in cell F3.

The problem is I don't know how to mark cells as being reserved for some value, or how to find these reserved cells from C#.

Any and all help will be appreciated, let me know if my question isn't all that clear.
Thank you.