I found that if I just did:
Table Table1 = builder.StartTable();
builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None;
//Table1.Style = document.Styles["TableStyle"];
builder.InsertParagraph();
b…...Setting a table font issue Aspose.Words Product Family words-net...I found that if I just did: Table table1 = builder.StartTable();...