Regarding cells.insertRows

Hi Team,

Range section1 = BS592 : BS615

cells.InsertRow = (section1.getFirstRow()+1,23)

Then range should update to BS615 : BS638

But, above is not updating propely. Whether cells.InsertRows is correct. Please correct me if wrong.

Thanks & Regards,
Saravanan Mani

Hi,


Could you try other overload of the method as following if it works fine:
e.g
Sample code:

cells.insertRows = (section1.getFirstRow()+1,23, true);


If you still have any issue, kindly paste your JAVA program (runanble) with your sample file, so we could evaluate your issue properly soon.


Thank you.