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", ColumnName = "C",
RowIndex = rowIndex, RowIndex = rowIndex,
Text = consignment.ID.ToString(), Text = consignment.Products.Count.ToString(),
StyleInfo = ExcelStyleInfoType.Text StyleInfo = ExcelStyleInfoType.Text
}); });
rowIndex+=3; rowIndex+=3;