Забыл заголовки

This commit is contained in:
gg12 darfren 2024-04-05 21:48:48 +04:00
parent a29e2fc52a
commit 5094a2aef1

View File

@ -168,6 +168,7 @@ namespace IceCreamShopBusinessLogic.OfficePackage.Implements
{
tableRow.AppendChild(CreateTableCell(text));
}
docTable.AppendChild(tableRow);
int height = table.RowText.Count;
int width = table.Columns;
for (int i = 0; i < height; i++)