R
Rob
I apologise in advance for what I'm sure should be a pretty basic question,
but does anyone know where I can find a complete reference for the syntax of
calls to the microsoft.office.interop.word assemblies in C#? I've been
looking through the MSDN libraries and Google for a couple of hours now for
how to use the XMLTransform argument to Documents.Open, and so far the best I
can do is:
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.documents.open(VS.80).aspx
Which describes XMLTransform as:
Optional Object. Specifies a transform to use.
Fantastic! But what _kind_ of object do I put in there? _How_ is it
supposed to specify a transform to use? I expect I can find the answer
myself if I can just find a complete reference somewhere...
Thanks for any help,
- rob.
but does anyone know where I can find a complete reference for the syntax of
calls to the microsoft.office.interop.word assemblies in C#? I've been
looking through the MSDN libraries and Google for a couple of hours now for
how to use the XMLTransform argument to Documents.Open, and so far the best I
can do is:
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.documents.open(VS.80).aspx
Which describes XMLTransform as:
Optional Object. Specifies a transform to use.
Fantastic! But what _kind_ of object do I put in there? _How_ is it
supposed to specify a transform to use? I expect I can find the answer
myself if I can just find a complete reference somewhere...
Thanks for any help,
- rob.