2 comp
This commit is contained in:
parent
1e39b833c9
commit
58d7a319df
@ -78,7 +78,7 @@ namespace COP
|
|||||||
}
|
}
|
||||||
else
|
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));
|
sheet.AddMergedRegion(new CellRangeAddress(curRow, curRow, curCol, curCol + 1));
|
||||||
currentRow.Height = (short)(header.Value.Item2[id] * 20);
|
currentRow.Height = (short)(header.Value.Item2[id] * 20);
|
||||||
curRow++;
|
curRow++;
|
||||||
|
Loading…
Reference in New Issue
Block a user