Articles in this section
Category / Section

Is it possible to repeat the table Header on each page?

1 min read

 

Yes, it is possible to repeat the Header on each page by using the IsHeader property. Please refer the below code snippet to do so:

C#

 IWTable table = textBody.AddTable();

 table.ResetCells(100, 8);

 table.Rows(0).IsHeader = true;

VB

    Dim table As IWTable = textBody.AddTable()

    table.ResetCells(100, 8)

    table.Rows(0).IsHeader = True

 

http://help.syncfusion.com/support/samples/docio.windows/p47042/Inserttable.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied