HotXLS dokumentacija
PrintArea PrintArea: string;
Turinys
PrintArea PrintArea: string;
TGridToXLS
IXLSWorkbook
Turinys
PrintArea PrintArea: string;
PrintArea PrintArea: string;
Grąžina or sets the range to be printed, as a string using A1-style references. Read/write String
property
property
PrintArea: string;
Set this PrintArea: string; to the empty string ('') to set the print area to the entire sheet
Workbook.Worksheets[
].PageSetup.PrintArea :=
Workbook.Worksheets[
].PageSetup.PrintArea :=
Workbook.Worksheets[
1
].PageSetup.PrintArea :=
'A1:C5'
;