Hi,
I have a simple Word template with a table in it. The table has Header Row option ticked.
When I load it with Aspose.Words 20.5 and on Debug I go to FirstRow’s RowFormat the HeadingFormat flag is set to false.
BasicTableHeader.zip (10.9 KB)
How can I know if the table I am loading has a first row that is a Heading?
See the code example:
var doc = new Document(@“InputFiles\BasicTableHeader.dotx”);
Thanks,
Łukasz