Table column headers on every page?

  1. We have a report that is a table object filled by ImportDataTable which spans many pages.

    2. Since the column names are in row[0], I simply format row[0] differently on the first page.

    3. However, we would like to have these headers appear at the top of the columns on every page. Is this possible?

    Thanks,

    Edward

Dear Edward,

Thanks for your consideration.

You an use [Table.IsFirstRowRepeated](http://www.aspose.com/Products/Aspose.Pdf/Api/Aspose.Pdf.Table.IsFirstRowRepeated.html).