I want to call a function when a new page in a word comes at runtime or can we trap the page break event at runtime in Office projects
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to trap the page break event at runtime.I can't able to trap the page break at runtime in a running word document. Requirement : - When columns in a table span pages, need to repeat the column heading row at start of each page .Column means to say the total no of rows in a page is greater than the rows that can be printed in a single page, then in that case we have to repeat the column heading into the next page as well. If anyone have any idea to implement this condition then please give your suggestions rksingh