This commit is contained in:
Татьяна Артамонова 2023-10-24 20:50:02 +04:00
parent 1e39b833c9
commit 58d7a319df

View File

@ -78,7 +78,7 @@ namespace COP
}
else
{
int id = header.Value.Item1.Item1.IndexOf(header.Value.Item1.Item1.First());
int id = header.Value.Item1.Item1.IndexOf(header.Value.Item1.Item1[0]);
sheet.AddMergedRegion(new CellRangeAddress(curRow, curRow, curCol, curCol + 1));
currentRow.Height = (short)(header.Value.Item2[id] * 20);
curRow++;