Dokumentacija HotXLS

PrintArea svojstvo

Vraća or sets the range to be printed, as a string using A1-style references. Read/write String

Sintaksa

property PrintArea: string;

Napomene

Set this property to the empty string ('') to set the print area to the entire sheet

Primjer

This example sets the print area to cells A1:C5 on Worksheet one

Workbook.Worksheets[1].PageSetup.PrintArea := 'A1:C5';