0
は、私は次の構造を持っていると仮定した後、テーブルのインデックスを取得します - 私は「paragraph3の1.3見出し」の後の第2のテーブルのインデックスを取得したいC#が:特定の段落
を、次のことを意味します。 -
入力は
1.3 paragraph3の見出しである
期待出力
は、この文書で説明するテーブルであるか、
The requested member of the collection
equlas 4と言うことができます。次のコード
Microsoft.Office.Interop.Word.Application app = new Microsoft.Office.Interop.Word.Application();
Documents docs = app.Documents;
Document doc = docs.Open(sDocPath, ReadOnly: true);
Table t = doc.Tables[4] // 4 that what I need