Забыл заголовки
This commit is contained in:
parent
a29e2fc52a
commit
5094a2aef1
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user