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 FiguresAnalysis
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.