This is what the word is for me, Loop through each table at the end
foreach (Table item in doc.Tables)
{
item.Rows[1].HeadingFormat = -1;
item.ApplyStyleHeadingRows = true;
}
and style for each table with a set of properties to create a title for each new
t.set_Style(TableStyle);
source
share