2017-06-26 53 views

回答

1

訪問標題並在裏面找到它?

this.Doc.Sections[1].Headers[Word.WdHeaderFooterIndex.wdHeaderFooterPrimary].Range.Find() 

或選擇標題和查詢的選擇:

this.Doc.Sections[1].Headers[Word.WdHeaderFooterIndex.wdHeaderFooterPrimary].Range.Select 
Application.Select.Find()