Search found 4 matches

by charlesWolfe
Fri Sep 21, 2007 8:57 pm
Forum: XLSReadWriteII 3/4/5
Topic: PrintSettings.RowsOnEachPage
Replies: 3
Views: 3881

print rows on each line.

Must specify Sheet1!$A$1:$IV$5
if you are wanting the first 5 rows to be printed.
Must be $A thru $IV
by charlesWolfe
Wed Sep 19, 2007 9:30 pm
Forum: XLSReadWriteII 3/4/5
Topic: PrintSettings.RowsOnEachPage
Replies: 3
Views: 3881

added stmt, not working, getting excel error when doing print or preview:
Print Titles must be contiguous and complete rows or columns.
by charlesWolfe
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?
by charlesWolfe
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?