MH: Excel Druck Hilfepläne
This commit is contained in:
@@ -1253,7 +1253,7 @@ namespace BeWo.Report
|
||||
string[][] lContent = helper.PrepareContentArrayForSupportConceptExport(oids.ToArray());
|
||||
|
||||
DataTable table = new DataTable();
|
||||
int columnNumber = 3;
|
||||
int columnNumber = lHeaderCaption.Count();
|
||||
for (int i = 0; i < columnNumber; i++)
|
||||
table.Columns.Add(lHeaderCaption[i], typeof(string));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user