Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Mon Oct 02, 2017 10:04 am

table error.jpg
Hi

Why table headers repeating when page break . then table header repeating in another page.

Please check in image. I uploaded.

3761 is repeating because of page break.

But 3762 is fine because is in page. Why is that ?

mvadukul21621
 
Posts: 21
Joined: Thu Mar 29, 2012 7:52 pm

Tue Oct 03, 2017 3:26 am

Dear mvadukul21621,

Please set the IsHeader as "false", then the header will not repeat when page break.
Code: Select all
            FRow.IsHeader = false;

If there is still issue, please provide us the code you were using.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Oct 09, 2017 9:56 am

Hello,

Greetings from E-iceblue.
Did we resolve your issue?
Thanks in advance for your valuable feedback and time.

Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.Doc