DynaPDF Table

I have read through the documentation for DynaPDFTableMBS and looked at all of the examples. One thing I need to do is have multiple header rows with cell merging. Is this possible in DynaPDF?

Thanks,

Tom

you can set the header flag for multiple rows.

like this:
call table.SetFlags(rowNum, -1, DynaPDFTableMBS.ktfHeaderRow)

and cell merging is not supported. We normally just use a bigger column/row and than use a subtable to split it.