Hi,
I am trying to merge the columns of the table for my report. I can merge the columns of all the rows except the last row of the table. It gives error "Can't merge cells".
for(int i=columnFlag; i<9;i++){
table1.mergeCells(table1.getCell(columnFlag-1, slideFlag), table1.getCell(i, slideFlag));
}
Can anyone please guide me what am I doing wrong.
Thanks,
Parth