This feature is supported by version 18.2 or greater.
Working with Word Processing Documents
GroupDocs.Assembly allows you to use data bands in table rows in Word Processing Documents. A table-row data band is a data band whose body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows. The syntax for using data bands in word processing document is as follows:
Client
Manager
Contract Price
«foreach [c in ds]» «[c.Client]»
«[c.Manager]»
«[c.Contact_Price]» <</foreach»
Working with Table-Row Conditional Blocks
You can also use a table-row conditional block whose body occupies single or multiple rows of a single document table. The body of such a block (as well as the body of its every template option) starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows: