J
Juan
Hi everyone,
in my C# app to generate Word documents I am able now, with help from people
from this group, to generate the tables where I want them, and in the style
I want them.
Populate them is not hard, I do it from an array that is passed to the table
as a parameter, but... sometimes, the value of a cell must be a DocProperty,
or a formula (based on calculations from two DocProperties).
I only know how to insert field such as DocProperty by calling the
Fields.Add procedure, but is not the way to go in this case.
Is there a way to add the fields as string of text that words understands
and translates as a property?
Thanks, from Spain
Juan Magaña
in my C# app to generate Word documents I am able now, with help from people
from this group, to generate the tables where I want them, and in the style
I want them.
Populate them is not hard, I do it from an array that is passed to the table
as a parameter, but... sometimes, the value of a cell must be a DocProperty,
or a formula (based on calculations from two DocProperties).
I only know how to insert field such as DocProperty by calling the
Fields.Add procedure, but is not the way to go in this case.
Is there a way to add the fields as string of text that words understands
and translates as a property?
Thanks, from Spain
Juan Magaña