Hello everyone,
I use a docx-template and databinding for generation of a docx-file. So I equiped the template with content controls and custom XML parts and inject my custom XML data file. The template contains tables and of course table rows and table cells. The databinding process works very good and so I get filled tables.
I want to color table cells depends of its content. One possible solution is to save the bound docx-document, ...