I have version 5 and am using Delphi XE2.
I need to print just a selected area and also need to include page numbering in my footer. Can you tell me how to do this, or point me to documentation for this?
Thanks,'
Marshall Thomas
Print selected area and Page numbering
Re: Print selected area and Page numbering
Hello
Use XLS[0].PrintSettings.PrintArea(Col1,Row1Col2,Row2) for setting a print area.
For formatting codes in header/footer, open the file XLSSheetData5.pas and you will find a description above TXLSHeaderFooter.
Use XLS[0].PrintSettings.PrintArea(Col1,Row1Col2,Row2) for setting a print area.
For formatting codes in header/footer, open the file XLSSheetData5.pas and you will find a description above TXLSHeaderFooter.
Lars Arvidsson, Axolot Data