Hi.
Can you help me - how i can get horizontal page break via row index?
like this:
workbook.getWorksheets().get(sheet).getHorizontalPageBreaks().get(row);
Best regards. Alexey
Hi.
Can you help me - how i can get horizontal page break via row index?
like this:
workbook.getWorksheets().get(sheet).getHorizontalPageBreaks().get(row);
Best regards. Alexey
Hi,
Thanks for your posting and using Aspose.Cells.
Please iterate all the horizontal page breaks and compare their Row property.
Please see the following sample code for your reference. It should fulfill your needs. If your problem is still not resolved, then explain your issue with more detail. You can provide us some screenshots illustrating your issue to help us understand your requirements. We will look into it and help you asap.
Java