This commit is contained in:
gg12 darfren 2024-04-05 23:08:12 +04:00
parent 5094a2aef1
commit 65e62634e2

View File

@ -156,7 +156,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage.Implements
Val = new EnumValue<BorderValues>(BorderValues.Single),
Size = 12
});
docTable.AppendChild(tableProps);
docTable.AppendChild<TableProperties>(tableProps);
TableGrid tableGrid = new TableGrid();
for (int i = 0; i < table.Columns; i++)
{