I was trying to add a Rich Text Content Control or a Group around multiple lines of a Word table in order to achieve a master-detail view where I can have multiple master rows and show details in sub rows.
Is there any way to put such content controls around multiple rows with MS Word or should I use nested tables(at least try to).
At this stage adding them by code is not an option.
Thanks
EDIT: Apparently you can only use a single row or the entire table, even if clearly the header row shouldn’t be repeated!
In Microsoft Word 2013 a new type of control has been added i.e. Repeating Section Content Control.
It exactly meets your requirements. You can read more about it @ http://msdn.microsoft.com/en-us/library/office/ff838936(v=office.15) under Enhancement to content controls section.