Need help in figuring out a way to fetch a particular block of content from Microsoft Word document using the section number in C# .NET.
For example if a word document which has sections as follows:
-
Introduction
-
Format
-
Description
3.1 Details
3.2 Tables
3.3 Figures -
Analysis
Now from section 3.2, I would like to get access to the table in the section.
Hope I was able to state the problem clearly, let me know if anything else is required.
I have got the answer from MSDN forum:
here is the link:
http://social.msdn.microsoft.com/Forums/en-US/worddev/thread/0d92f8f1-8ebb-4515-941e-a755bad177be