Must specify Sheet1!$A$1:$IV$5
if you are wanting the first 5 rows to be printed.
Must be $A thru $IV
Search found 4 matches
- Fri Sep 21, 2007 8:57 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: PrintSettings.RowsOnEachPage
- Replies: 3
- Views: 3881
- Wed Sep 19, 2007 9:30 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: PrintSettings.RowsOnEachPage
- Replies: 3
- Views: 3881
- Wed Sep 19, 2007 1:24 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Lots of great stuff here but
- Replies: 1
- Views: 2509
Lots of great stuff here but
There is a lot of great procedures and functions in XLSReadWrite II 3.0, but it is a struggle to know how to best take advantage of all these things. Are there some additional example programs, or excel type reference books or anything that you can point me to?
- Tue Sep 18, 2007 4:51 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: PrintSettings.RowsOnEachPage
- Replies: 3
- Views: 3881
PrintSettings.RowsOnEachPage
In version 1, to have XLS repeat the row(s) on each printed page,
we would use the command:
XLS.Sheets[0].PrintSettings.RowsOnEachPage := '0:'+IntToStr(XLSCurrRow);
What do we use in version 3?
we would use the command:
XLS.Sheets[0].PrintSettings.RowsOnEachPage := '0:'+IntToStr(XLSCurrRow);
What do we use in version 3?