HotXLS Docs

Draft property

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

Syntax

property Draft: Boolean;

Example

This example enables draft printing for sheet one.

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