вторая задача
This commit is contained in:
parent
c17a7faddc
commit
0cd24d6b30
@ -92,7 +92,8 @@ namespace ExexForm2
|
|||||||
var rowHeights = new List<double> { 20, 20 };
|
var rowHeights = new List<double> { 20, 20 };
|
||||||
var mergeCells = new List<(int startRow, int endRow, int startColumn, int endColumn)>
|
var mergeCells = new List<(int startRow, int endRow, int startColumn, int endColumn)>
|
||||||
{
|
{
|
||||||
(0, 1, 0, 0) // 0 и 1 ячейки по вертикали первой колонки
|
(0, 1, 0, 0), // 0 и 1 ячейки по вертикали первой колонки
|
||||||
|
(2, 2, 0, 1)
|
||||||
};
|
};
|
||||||
|
|
||||||
generator.GeneratePdf(fileName, "Example Document", mergeCells, rowHeights, headers, commonHeaders, propertyNames, data1);
|
generator.GeneratePdf(fileName, "Example Document", mergeCells, rowHeights, headers, commonHeaders, propertyNames, data1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user