Finding specific coordinates in MS Word using C#
-
Hey all, I have a C# program that opens a word document for editing. I need to have it open, then locate a particular line and column in the word doc, then print a text value in the spot located. Does anyone know how I should go about this? Thank you! Dave
-
Hey all, I have a C# program that opens a word document for editing. I need to have it open, then locate a particular line and column in the word doc, then print a text value in the spot located. Does anyone know how I should go about this? Thank you! Dave
-
sorry if I was vague. I just need to know if there is a snippet of code out there that I could use to find a coordinate in a word document.
Can you give us more information as to what information you have that define what will be selected?
-
Hey all, I have a C# program that opens a word document for editing. I need to have it open, then locate a particular line and column in the word doc, then print a text value in the spot located. Does anyone know how I should go about this? Thank you! Dave
dspyank wrote:
then locate a particular line and column in the word doc
Well the location is (line,column) so that is very confusing.
dspyank wrote:
then print a text value in the spot located
What does that mean? Insert text at that location? If so you need to go look at the Word Object Model documentation.
led mike
-
dspyank wrote:
then locate a particular line and column in the word doc
Well the location is (line,column) so that is very confusing.
dspyank wrote:
then print a text value in the spot located
What does that mean? Insert text at that location? If so you need to go look at the Word Object Model documentation.
led mike