ПИбд-23 Салин Олег Алексеевич Лабораторная работа №5 (Усложненная) #20

Closed
Oleja123 wants to merge 40 commits from Lab5_Hard into Lab5
Showing only changes of commit 65e62634e2 - Show all commits

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++)
{