Τεκμηρίωση HotXLS

Draft ιδιότητα

True if the worksheet prints in draft mode. Read/write Boolean

Σύνταξη

property Draft: Boolean;

Παράδειγμα

This example enables draft printing for sheet one

Workbook.Worksheets[1].PageSetup.Draft := True;