F
FoxWiz
Using .NET (C#)
I'm trying to retrieve the actual word count in a Word document - as displayed on the Statistics tab of the Properties dialog. A test document has 23,155 words in it, but the MyDocObject.Words.Count value is in excess of 55,000. Apparently, I'm not referencing the correct object/property. Any ideas?
Also, any recommendations on references for advanced Word object model programming? I'd like to be able to interrogate the "Type" value on the General tab of the Properties dialog
Thank
Dan
I'm trying to retrieve the actual word count in a Word document - as displayed on the Statistics tab of the Properties dialog. A test document has 23,155 words in it, but the MyDocObject.Words.Count value is in excess of 55,000. Apparently, I'm not referencing the correct object/property. Any ideas?
Also, any recommendations on references for advanced Word object model programming? I'd like to be able to interrogate the "Type" value on the General tab of the Properties dialog
Thank
Dan