Сдано

This commit is contained in:
Yunusov_Niyaz 2024-04-10 16:24:00 +04:00
parent f94e565896
commit aceecfdadc

View File

@ -119,6 +119,7 @@ namespace CarRepairShopBusinessLogic.OfficePackage.Implements
}
Table docTable = new Table();
TableProperties tableProps = new TableProperties(
new TableBorders(
new TopBorder
{
Val = new EnumValue<BorderValues>(BorderValues.Single),
@ -148,8 +149,9 @@ namespace CarRepairShopBusinessLogic.OfficePackage.Implements
{
Val = new EnumValue<BorderValues>(BorderValues.Single),
Size = 12
});
docTable.AppendChild<TableProperties>(tableProps);
}
));
docTable.AppendChild(tableProps);
TableGrid tableGrid = new TableGrid();
for (int i = 0; i < table.Columns; i++)
{