Now I am going to use C# Microsoft.Office.Interop.Word to implement the functionality of repeated table headers across multiple pages in a word document. However, the expected output Word document (please refer to the URL https://onedrive.live.com/edit.aspx?cid=8ffa4a1c66cfced9&page=view&resid=8FFA4A1C66CFCED9!1071&parId=8FFA4A1C66CFCED9!1070&app=Word for a sample document) is quite special at the requirement of repeated table header: the table header (see the row with the blue background) is in the third row on the first page, but will be in the first row as normal across all subsequent pages. Please kindly advise on a solution. You are welcome to give some sample C# codes on this regard. Thanks.