Questions and answers on how to use XLSReadWriteII 5.
-
Svet-lana
- Posts: 12
- Joined: Tue Dec 07, 2021 11:04 am
Post
by Svet-lana »
Hello!
I need PageBreaks after (or before) some rows. For example,
xls.Sheets[0].AsString[0,RowG]:= 'End of page' ;
{PageBreak}
RowG:=RowG+1;
xls.Sheets[0].AsString[0,RowG]:= 'FirstRow for next Page';
How can I do it in XLSReadWriteII 5 ?
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
Post
by larsa »
Hello
Please take a look at the Printing sample.
Lars Arvidsson, Axolot Data