This commit is contained in:
Yuee Shiness 2023-05-21 21:56:19 +04:00
parent 2d238b59ea
commit d705e02dc2

View File

@ -81,7 +81,7 @@ namespace ComputerStoreBusinessLogic.OfficePackage
{
ColumnName = "C",
RowIndex = rowIndex,
Text = consignment.ID.ToString(),
Text = consignment.Products.Count.ToString(),
StyleInfo = ExcelStyleInfoType.Text
});
rowIndex+=3;