Сдано
This commit is contained in:
parent
f94e565896
commit
aceecfdadc
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user