Docs HotXLS

Draft-property

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

Syntaxe

property Draft: Boolean;

Exemple

This example enables draft printing for sheet one

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