diff --git a/OfficeIMO.Examples/Word/Tables/Tables.Create5.cs b/OfficeIMO.Examples/Word/Tables/Tables.Create5.cs index c337f028..ade566ce 100644 --- a/OfficeIMO.Examples/Word/Tables/Tables.Create5.cs +++ b/OfficeIMO.Examples/Word/Tables/Tables.Create5.cs @@ -37,7 +37,7 @@ internal static void Example_TablesWidthAndAlignment(string folderPath, bool ope wordTable.LastRow.LastCell.Paragraphs[0].Text = "Last Cell"; wordTable.WidthType = TableWidthUnitValues.Pct; - wordTable.Width = 3000; + wordTable.Width = 5000; // 5000 is a magic number that represents 100% in the Open XML spec for table width wordTable.Alignment = TableRowAlignmentValues.Center; wordTable.Title = "This is title";