update document property from code

S

Sandeep

Hi,

I am working with word 2000 using c# in which i am using
Word's exposed funtions.
Now from my c# code, how can I access all custom
properties and update them.
I can, however, update the fields used inside the document
using
document.field.Result.Text = "New Value"
but not been able to update the properties of the document.

document.CustomDocumentProperties return me an object. I
dont know, how to work with this object further to get and
update the custom properties.

Pls help.

Thx.
Sandeep
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top