Επιστρέφει or sets the range to be printed, as a string using A1-style references. Read/write String
Σύνταξη
property PrintArea: string;
Παρατηρήσεις
Set this property to the empty string ('') to set the print area to the entire sheet
Παράδειγμα
This example sets the print area to cells A1:C5 on Worksheet one
Workbook.Worksheets[1].PageSetup.PrintArea := 'A1:C5';