Answered by:
Read selected table entry in word document when multiple tables are there in the Document

Question
-
I am creating multiple tables eg 4 tables in word document using c# addin approach using the code on button click event
myDocument.Tables.Add(myRange, 2, 2, ref myMissingValue, ref myMissingValue);
then am saving document.after that i opened the document and selecting one table eg 2nd table manually. Now i have to read the selected table (2nd table) entry using c# code . Is this possible. please help me to resolve the issue.
- Moved by Just Karl Friday, January 20, 2017 7:41 PM Looking for the correct forum.
Thursday, January 19, 2017 10:20 AM
Answers
-
- Edited by Just Karl Friday, January 20, 2017 7:40 PM
- Proposed as answer by Dave PatrickMVP Friday, January 20, 2017 10:16 PM
- Marked as answer by Dave PatrickMVP Friday, January 27, 2017 9:05 PM
Friday, January 20, 2017 7:39 PM -
or also try over here.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsto
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Just Karl Friday, January 20, 2017 10:20 PM
- Marked as answer by Dave PatrickMVP Friday, January 27, 2017 9:05 PM
Friday, January 20, 2017 10:17 PM
All replies
-
Hello,
The 'Academic Initiatives - Technical Queries' forum is for posts Related to technical / coding / programming related issues as related to Microsoft's Academic Initiatives.
As it's off-topic here, I am moving the question to the Where is the forum for... forum.
Karl
Friday, January 20, 2017 7:35 PM -
- Edited by Just Karl Friday, January 20, 2017 7:40 PM
- Proposed as answer by Dave PatrickMVP Friday, January 20, 2017 10:16 PM
- Marked as answer by Dave PatrickMVP Friday, January 27, 2017 9:05 PM
Friday, January 20, 2017 7:39 PM -
or also try over here.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsto
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Just Karl Friday, January 20, 2017 10:20 PM
- Marked as answer by Dave PatrickMVP Friday, January 27, 2017 9:05 PM
Friday, January 20, 2017 10:17 PM