Hello,
<span style=“color: rgb(22, 35, 58); font-family: “Segoe UI”, “Helvetica Neue”, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20.0004px; background-color: rgb(255, 255, 255);”>To clarify, this is an issue when using a customized table style where the formatting of the table has centre aligned tables, but the first columns formatting is right aligned.<br style=“box-sizing: border-box; color: rgb(22, 35, 58); font-family: “Segoe UI”, “Helvetica Neue”, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20.0004px; background-color: rgb(255, 255, 255);”><span style=“color: rgb(22, 35, 58); font-family: “Segoe UI”, “Helvetica Neue”, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20.0004px; background-color: rgb(255, 255, 255);”>
Document doc = new Document(MyDir + "TableWithTableStyle.docx");
Table table = (Table)doc.GetChild(NodeType.Table, 0, true);
Console.WriteLine(table.FirstRow.FirstCell.CellFormat.VerticalAlignment); // Returns Top
Console.WriteLine(table.FirstRow.FirstCell.FirstParagraph.ParagraphFormat.Alignment); // Returns Right