|
-
Oct 7th, 2002, 01:43 PM
#1
Thread Starter
Addicted Member
Microsoft Word 10.0 Object Library
I have been hunting all over MSDN for a definition of functions in the Microsoft Word 10.0 Object Library for C#. I have found several examples using this libarary for vb, but I want to find an explaination of what the purpose of these functions are and what the paramaters are ect. For example:
Word.Application.Selection.GoTo
knowing what each of the parameters are and what they are used for would be nice. Any ideas?
-
Oct 7th, 2002, 02:21 PM
#2
Try the object browser for parameter info and for documentation try the Macro Help. Open up Word and open the VBA IDE in the Tools->Macros section then press Help. That should have the help files for the objects.
-
Oct 7th, 2002, 02:31 PM
#3
Thread Starter
Addicted Member
sweet ok, yes that did provide me info on the function, it is still in VB though. The C# functions seem to have quite a few more parameters.
-
Oct 15th, 2002, 04:55 AM
#4
If any function in VB has a return value of type T the C# function is likely to have an additional parameter of type (reference to T) instead.
I think...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|