Returnerer or sets the range to be printed, as a string using A1-style references. Read/write String
Syntaks
property PrintArea: string;
Merknader
Set this property to the empty string ('') to set the print area to the entire sheet
Eksempel
This example sets the print area to cells A1:C5 on Worksheet one
Workbook.Worksheets[1].PageSetup.PrintArea := 'A1:C5';