magicalclick said:
Looks easy to understand. {set; get;} This is way better than other documentation I have seen from other sources. A lot of them talks about the technology rather than helping the devs to use it.

I'm replying to you, but I'm not neccessarily picking on your response 
The issue is: What is the integer value that would be expected for true or false? I can assume that true is 1 and false is 0, but how do I know that?
In my code, I need to save the current value, and force it to true, so I need to know what this function thinks the int value of 'true' is, and since that isn't included, I have to just guess.
The Word api is generally good about giving you constants that you can use to set the various values, but there is nothing on this page that gives me any clue what to use.
Turns out, that 1 is true and 0 is false and if there were only 2 options, that would be easy to guess, but since there is a 3rd possible value, assumptions are dangerous.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.